diff options
| author | Bobby <[email protected]> | 2025-05-12 18:59:23 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-05-12 18:59:23 +0530 |
| commit | 5dba2d8cedf46798fc197de4856409124a65ce4e (patch) | |
| tree | db78fc28529fea672e31d0de27524b64ab904ed5 /src/styles/global.css | |
| parent | c21c55fc1c5f262943f99fc4f0f343ed49d18f33 (diff) | |
| download | pagoda-5dba2d8cedf46798fc197de4856409124a65ce4e.tar.xz pagoda-5dba2d8cedf46798fc197de4856409124a65ce4e.zip | |
added sidebar and related components
Diffstat (limited to 'src/styles/global.css')
| -rw-r--r-- | src/styles/global.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/styles/global.css b/src/styles/global.css index 1e7c57b..0fd7e6f 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1,10 +1,32 @@ @import "tailwindcss"; +@theme { + --color-pagodapurple: #8853e7; + --color-pagodapurple-shine: #d4c5ff; + --color-pagodagreen: #91d027; + --color-pagodagreen-shine: #cff294; + --color-pagodapink: #e42b8f; + --color-pagodapink-shine: #ffc8f0; + --color-arcadia: #5882ce; + --color-arles: #9a7570; + --color-hollywood: #a9562d; + --color-oxford: #312630; + --color-petsburg: #417958; + --color-purgatory: #5c518e; + --color-silicon-valley: #427571; + --color-silver-lake: #39516c; + --color-stratford-upon-avon: #ab5742; + --color-tokyo: #a25373; +} + + :root { /* page prefers dark mode */ color-scheme: dark; + font-family: IBM Plex Sans, sans-serif; } + body { background-image: url('/images/internal/background.webp'); background-repeat: repeat; @@ -13,4 +35,8 @@ body { .navigation { background-image: url('/images/internal/banner_backdrop.webp'); background-repeat: repeat-x; +} + +.saira { + font-family: Saira Extra Condensed, sans-serif; }
\ No newline at end of file |
