diff options
| author | unwox <me@unwox.com> | 2024-10-21 23:36:18 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2024-10-21 23:41:06 +0600 |
| commit | 588ed8675d2b9359d6e0b8d71822af14320263a5 (patch) | |
| tree | 10859a072f4ca6efeb3f7a6c034e2a9947162dc6 /static | |
| parent | af653afcfc5887a8f699f16500348be13954f27d (diff) | |
improve texts
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index c08277e..87aa40b 100644 --- a/static/style.css +++ b/static/style.css @@ -1,7 +1,7 @@ body { background: #ffffff; margin: 3rem; - font-family: Georgia, 'Times New Roman', serif; + font-family: monospace, sans-serif, serif; color: #352a2e; } @@ -45,6 +45,7 @@ body { .menu a.active { text-decoration: none; + color: #00000088; } .list { |
