diff options
| author | Paul Buetow <paul@buetow.org> | 2021-12-26 16:08:12 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-12-26 16:08:12 +0000 |
| commit | 1980759e95ab3c2a962e4291ed61f819f19965ec (patch) | |
| tree | 6c742a42294e4f95ce9bfc265cfb08ce68e28a2a | |
| parent | c54324ca788926a5a4605b36edf8fcf80136834c (diff) | |
new css style
| -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 { |
