diff options
author | quidtum <quidtum> | 2021-05-16 19:25:32 -0400 |
---|---|---|
committer | quidtum <quidtum> | 2021-05-16 19:25:32 -0400 |
commit | a3ba23ea55fa1532180bb1979f60ff174fa09298 (patch) | |
tree | 5e36ce366ebb7728ffe4835a755639e25f322635 /static | |
parent | 00df43e21c408d4915ddce5b6dc78000648df9e5 (diff) |
format, style 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 6355b03..bec896b 100644 --- a/static/style.css +++ b/static/style.css @@ -17,11 +17,11 @@ body { } a { - color: #1eaedb; + color: #1a97bf; } a:hover { - color: #0e99c4; + color: #075d77; } button[type="submit"] { |