about summary refs log tree commit diff
path: root/templates/head.html
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-08-16 23:29:22 +0200
committerEmile <git@emile.space>2024-08-16 23:29:22 +0200
commit1dd0f306f665d2881834bac1aa610cea0b21024a (patch)
tree4bdf7654d495eae64b6f7ff4b043851793022323 /templates/head.html
parentcb9cc3e5a627834bcfefe7a9c3e2098fb5898278 (diff)
(css): hover on .codeline now fancy
Diffstat (limited to 'templates/head.html')
-rw-r--r--templates/head.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/head.html b/templates/head.html
index 3bec2a9..42d569c 100644
--- a/templates/head.html
+++ b/templates/head.html
@@ -25,6 +25,7 @@
   h4 { margin: 1ex 0 1ex 0; width: 100%; font-size: 1em; /*background-color: #fafafa*/}
   h5 { margin: 1ex 0 1ex 0; width: 100%; font-size: 1em; /*background-color: #fafafa*/}
   .code { border-left: 1px solid #040404; margin-left: 2ex; padding-left: 1ex; }
+  .codeline:hover { background: #eeeeee; color: #040404; }
   .trhover tr:hover { border-bottom: 1px solid #dddddd; }
 
   /* add an outline while hovering, the !important makes hovering on checked elements still visible */
@@ -47,6 +48,7 @@
   h4 { margin: 1ex 0 1ex 0; width: 100%; font-size: 1em; /*background-color: #c0c0c0*/}
   h5 { margin: 1ex 0 1ex 0; width: 100%; font-size: 1em; /*background-color: #c0c0c0*/}
   .code { border-left: 1px solid #c0c0c0; margin-left: 2ex;  padding-left: 1ex; }
+  .codeline:hover { background: #c0c0c0; color: #040404; }
   .webring { -webkit-filter: invert(100%); filter: invert(100%); }
   .trhover tr:hover { background: #c0c0c0; color: #040404; }