diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-14 19:32:28 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-14 19:32:28 +0200 |
| commit | c14820f8431dd5ad2ba14de0ed70d40d148d7310 (patch) | |
| tree | 99bd12019864f7331a0de26f61d8b0d82039b35c /static | |
| parent | bcd74933a66a772d02575071f6ed7d78e332ddd8 (diff) | |
Changes to css
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 35 |
1 files changed, 14 insertions, 21 deletions
diff --git a/static/style.css b/static/style.css index 50b0066..5e64849 100644 --- a/static/style.css +++ b/static/style.css @@ -1,10 +1,7 @@ :root { --bg: #e1e2e7; - --sbg: #e9e663; --fg: #32344a; - --title: #7aa2f7; - --subtitle: #449dab; - --subsubtitle: #000; + --sbg: #e9e663; --link: #9b4ae0; --regularfont: system-ui; --titlecodefont: 'Courier New', Courier, monospace; @@ -15,10 +12,7 @@ --fg: #a9b1d6; --bg: #1a1b26; --sbg: #39405e; - --title: #ad8ee6; --link: #7aa2f7; - --subtitle: #0db9d7; - --subsubtitle: #ccf; } } @@ -35,7 +29,7 @@ pre { padding: 1em 1em; line-break: auto; text-align: left; - border: solid 1px var(--fg); + border: solid 1px var(--sbg); line-break: anywhere; white-space: pre-wrap !important; } @@ -48,10 +42,11 @@ code { } blockquote { - background: var(--sbg); + background: rgba(219, 75, 77, 0.2); padding: 0.3em 0.9em; margin: auto; - border-left: 4px solid var(--link); + border-left: 4px solid #db4b4d; + color: #fff; } .buttons { @@ -62,14 +57,6 @@ a { color: var(--link); } -h1 { - text-align: center; -} - -h3 { - color: var(--subsubtitle); -} - .finaline { display: flex; justify-content: space-between; @@ -96,13 +83,19 @@ pre { } h1 { + text-align: center; font-size: 2.3em; margin: 0.32em 0em 0em 0em; - color: var(--title); } -h2 { - color: var(--subtitle); +h1, +h2, +h3, +h4, +h5, +h6 { + color: #bb9af7; + line-height: 2em; } hr { |
