about summary refs log tree commit diff
path: root/users/fcuny/notes/static/css
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-12-29 09:37:38 -0800
committerFranck Cuny <franck@fcuny.net>2021-12-29 09:38:13 -0800
commit728595148afcc132b8138ca2f1a05f0da61e9867 (patch)
treebe4f94c696415b8d1b84425983c12f37cd507cff /users/fcuny/notes/static/css
parentblog: article on how to use tailscale + traefik (diff)
downloadworld-728595148afcc132b8138ca2f1a05f0da61e9867.tar.gz
css: highlight links with a background color
Diffstat (limited to '')
-rw-r--r--users/fcuny/notes/static/css/custom.css15
1 files changed, 13 insertions, 2 deletions
diff --git a/users/fcuny/notes/static/css/custom.css b/users/fcuny/notes/static/css/custom.css
index cbeac27..2e96fdc 100644
--- a/users/fcuny/notes/static/css/custom.css
+++ b/users/fcuny/notes/static/css/custom.css
@@ -21,8 +21,19 @@ hr{
     height:2px
 }
 
-a {color: #494d7e;}
-a:visited {color: #494d7e;}
+a {
+    color: #023;
+    background-color: #eee;
+}
+a:visited {
+    color: #345;
+    background: #eee;
+}
+a:hover {
+    color: #000;
+    text-decoration: none;
+    background:#ccf;
+}
 
 span.published, span.updated {
     display: center;