diff options
author | gennyble <gen@nyble.dev> | 2024-04-13 05:22:55 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-04-13 05:22:55 -0500 |
commit | 10a855a368fbbf47e3e2efa3eb18aff4b4090a8a (patch) | |
tree | 12195d87d57cb7f0309495dc232432e48d1233f4 /served/styles/common.css | |
parent | 737509170acd63d1644a660a0b0149337b0673df (diff) | |
download | ∞-10a855a368fbbf47e3e2efa3eb18aff4b4090a8a.tar.gz ∞-10a855a368fbbf47e3e2efa3eb18aff4b4090a8a.zip |
Update styles
Diffstat (limited to 'served/styles/common.css')
-rw-r--r-- | served/styles/common.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/served/styles/common.css b/served/styles/common.css index b9c959b..3b83a6d 100644 --- a/served/styles/common.css +++ b/served/styles/common.css @@ -5,6 +5,8 @@ :root { --text: #222; --text-dim: #444; + --text-link: #037; + --text-link-visited: #730; --background: #FFF; --background-dim: #F8F0F0; --color-a: rgb(11, 113, 126); @@ -15,6 +17,8 @@ :root { --text: #eee; --text-dim: #bbb; + --text-link: #ddf; + --text-link-visited: #fed; --background: #001; --background-dim: #222; --color-a: #3a8; @@ -45,6 +49,7 @@ a { h1, h2, h3 { + margin: 0; font-family: serif; } |