aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Tools')
-rw-r--r--src/lib/Tools/Wrapped.svelte18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/Tools/Wrapped.svelte b/src/lib/Tools/Wrapped.svelte
index c26f6403..71cbaa14 100644
--- a/src/lib/Tools/Wrapped.svelte
+++ b/src/lib/Tools/Wrapped.svelte
@@ -481,15 +481,15 @@
.categories-grid b {
font-family: Overpass, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell,
- Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
- font-weight: 600 !important;
+ Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
+ font-weight: 600;
}
.category-grid,
.image-grid {
background-color: #151f2e;
border-radius: 4px;
- color: rgb(159, 173, 189) !important;
+ color: rgb(159, 173, 189);
}
.pure-category,
@@ -522,17 +522,17 @@
}
.light-theme .categories-grid {
- background-color: #edf1f5 !important;
+ background-color: #edf1f5;
}
.light-theme .category-grid {
- background-color: #fafafa !important;
- color: rgb(92, 114, 138) !important;
+ background-color: #fafafa;
+ color: rgb(92, 114, 138);
}
.light-theme .image-grid {
- background-color: #fafafa !important;
- color: rgb(92, 114, 138) !important;
+ background-color: #fafafa;
+ color: rgb(92, 114, 138);
}
ol {
@@ -540,7 +540,7 @@
}
#watermark {
- color: rgb(61, 180, 242) !important;
+ color: rgb(61, 180, 242);
}
#wrapped-final {