diff options
author | cyfraeviolae <cyfraeviolae> | 2021-05-16 19:25:14 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2021-05-16 19:25:14 -0400 |
commit | f544de9d2aabae3800ae5f9ceea48563f3eb926e (patch) | |
tree | 477dce7b32b87abfad6d6a4b5b175a4910d99676 /static | |
parent | cd5f611b42c5335ae161bcd612ef267d03ac2b45 (diff) |
format, change a
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 315de10..25082a0 100644 --- a/static/style.css +++ b/static/style.css @@ -18,11 +18,11 @@ body { } a { - color: #1eaedb; + color: #1a97bf; } a:hover { - color: #0e99c4; + color: #075d77; } .container { |