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