diff options
| author | Paul Buetow <paul@buetow.org> | 2021-12-26 16:09:37 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-12-26 16:09:37 +0000 |
| commit | bb8ea164a610d97592d80e3cfee879974e5d06b6 (patch) | |
| tree | db45a401b58c3888cb71da3996b694fcee4166ac /style.css | |
| parent | 080b45fcd07a531754ca4045a40c94675c38ad40 (diff) | |
new style
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -4,8 +4,8 @@ body { padding-right: 10px; max-width: 900px; font-family: "courier new"; - background-color: #ffffff; - color: #000000; + background-color: #37585E; + color: #bbbfbf; } h1,h2,h3 { @@ -13,17 +13,17 @@ h1,h2,h3 { } a { - color: #174f14; + color: cyan; text-decoration: none; } a:hover { - color: #c0f; - text-decoration: none; + color: #55bc90; + text-decoration: underline; } li { - color: #174f14; + color: cyan; } img { |
