diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2026-02-02 22:57:07 +0530 |
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2026-02-02 22:57:07 +0530 |
| commit | bd8f3070d34c6e8831a39f4e62ab356d9074c7fd (patch) | |
| tree | cb62a11f38a364c40e4ed82708fb50fcac6f3c55 /static/css/styles.css | |
| parent | d245c05825743e20d2df2900c4f8313d82ebcfe1 (diff) | |
Diffstat (limited to 'static/css/styles.css')
| -rw-r--r-- | static/css/styles.css | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index e6b02a1..c49e851 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -16,10 +16,10 @@ @media (prefers-color-scheme: light) { :root { - --color-0: #dd7878; - --color-1: #dc8a78; + --color-0: #8839ef; + --color-1: #9a4dff; - --bg-0: #eff1f5; + --bg-0: #e6e9ef; --fg-0: #4c4f69; --bg-1: #ccd0da; @@ -129,7 +129,10 @@ input:hover, textarea:hover {border: 1px solid var(--color-1);} top: 0; } -#site-header { margin-bottom: 2em; } +#site-header { + margin-bottom: 2em; + border-bottom: 1px solid var(--color-0); +} #site-header h1 { font-size: 1.2em; } #site-header h1 a { @@ -151,15 +154,11 @@ nav ul { gap: 0.6em; } -main { - border: 1px solid var(--color-0); - padding: 0.4em 1.2em; -} - #site-footer { font-size: 0.85em; margin-top: 2em; margin-bottom: 5em; + border-top: 1px solid var(--color-0); } p#top-link { |