diff options
author | Franck Cuny <franck@fcuny.net> | 2022-01-23 11:30:35 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-01-23 11:30:35 -0800 |
commit | 6c04f16ae017668e55d43205e7e324387781b405 (patch) | |
tree | f1678080a70af3feb826abf507241708892dcdf9 | |
parent | nav: use 'fcuny.net' instead of template variable (diff) | |
download | fcuny.net-6c04f16ae017668e55d43205e7e324387781b405.tar.gz |
css: update color for the links
Use a light blue.
-rw-r--r-- | static/css/custom.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index c24db91..80a6c38 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -27,14 +27,14 @@ hr{ a {border-bottom: .125em dashed #bdbdbd} a { - color:#212121; + color:#047bc2; text-decoration:none; transition:color .1s ease-in-out } -a:hover, a:focus, a:active {color:#37474f} +a:hover, a:focus, a:active {color:#047bc2} -a:hover, a:focus {border-bottom-color: #a6071b} +a:hover, a:focus {border-bottom-color: #047bc2} span.published, span.updated { display: center; |