diff options
| author | Fuwn <[email protected]> | 2023-12-05 22:24:48 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-05 22:24:48 -0800 |
| commit | c3c3d56a49f869582a2a1d44bd8295e81ab0a4ea (patch) | |
| tree | 77976f92d44b1b8bcc00a4f44059e5c04a2c6066 /src/lib/Tools | |
| parent | fix(wrapped): final width (diff) | |
| download | due.moe-c3c3d56a49f869582a2a1d44bd8295e81ab0a4ea.tar.xz due.moe-c3c3d56a49f869582a2a1d44bd8295e81ab0a4ea.zip | |
fix(wrapped): remove importants
Diffstat (limited to 'src/lib/Tools')
| -rw-r--r-- | src/lib/Tools/Wrapped.svelte | 18 |
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 { |