add quote widget

This commit is contained in:
Your Name
2025-04-18 19:49:42 -04:00
parent 066bb11814
commit 4975dea12a
30 changed files with 468 additions and 248 deletions
+21
View File
@@ -5,6 +5,12 @@
font-style: normal;
}
.clock {
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Styles for ClockWidget time display */
.clock>.time {
color: #ffffff;
@@ -21,6 +27,21 @@
font-size: 15cqmin;
}
/* Styles for ClockWidget time display */
.quote>.quote-text {
color: #AEAEAE;
font-style: italic;
text-align: center;
font-size: 25cqmin;
}
.quote>.author {
font-size: small;
text-align: center;
color: #AEAEAE;
font-size: 15cqh;
}
/* Styles for SearchWidget */
.search form {
display: flex;