diff options
| author | Fuwn <[email protected]> | 2026-01-22 22:09:45 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-22 22:09:45 -0800 |
| commit | 3dc247717122628793ee88f0cd855c3d8c5afbd7 (patch) | |
| tree | 8dd332ca02d417975a6098ad0e1adb6bdd0c74a8 /src/lib/Tools/Wrapped/wrapped.css | |
| parent | fix(deps): Pin SvelteKit and adapter versions for sveltekit-graphql compatibi... (diff) | |
| download | due.moe-3dc247717122628793ee88f0cd855c3d8c5afbd7.tar.xz due.moe-3dc247717122628793ee88f0cd855c3d8c5afbd7.zip | |
format: Apply Prettier formatting
Diffstat (limited to 'src/lib/Tools/Wrapped/wrapped.css')
| -rw-r--r-- | src/lib/Tools/Wrapped/wrapped.css | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/src/lib/Tools/Wrapped/wrapped.css b/src/lib/Tools/Wrapped/wrapped.css index 84e00d37..c73d34c3 100644 --- a/src/lib/Tools/Wrapped/wrapped.css +++ b/src/lib/Tools/Wrapped/wrapped.css @@ -8,14 +8,34 @@ column-gap: 1.5em; padding: 2%; justify-content: center; - font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, - Fira Sans, Droid Sans, Helvetica Neue, sans-serif; + font-family: + Roboto, + -apple-system, + BlinkMacSystemFont, + Segoe UI, + Oxygen, + Ubuntu, + Cantarell, + Fira Sans, + Droid Sans, + Helvetica Neue, + sans-serif; background-color: #0b1622; } .categories-grid b { - font-family: Overpass, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, - Fira Sans, Droid Sans, Helvetica Neue, sans-serif; + font-family: + Overpass, + -apple-system, + BlinkMacSystemFont, + Segoe UI, + Oxygen, + Ubuntu, + Cantarell, + Fira Sans, + Droid Sans, + Helvetica Neue, + sans-serif; font-weight: 600; } |