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 | 02c5d2aa1c6ea1f24d846f53d670cc1d94246d48 (patch) | |
tree | d6e0df471ae7105eb1e2bb458240282017a7b891 /users/fcuny/notes | |
parent | nav: use 'fcuny.net' instead of template variable (diff) | |
download | world-02c5d2aa1c6ea1f24d846f53d670cc1d94246d48.tar.gz |
css: update color for the links
Use a light blue.
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/notes/static/css/custom.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/users/fcuny/notes/static/css/custom.css b/users/fcuny/notes/static/css/custom.css index c24db91..80a6c38 100644 --- a/users/fcuny/notes/static/css/custom.css +++ b/users/fcuny/notes/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; |