diff sat_templates/templates/default/static/styles.css @ 215:b2f0f81b2cd2

base: if `atom_url` is defined, a "subscribe" link is added to footer: also added `text--clickable` class to remove decorations and have a different background on hover. fix 279
author Goffi <goffi@goffi.org>
date Fri, 19 Jul 2019 21:22:40 +0200
parents 82b18c29dae3
children 64e952421d55
line wrap: on
line diff
--- a/sat_templates/templates/default/static/styles.css	Sun Jul 14 16:52:01 2019 +0200
+++ b/sat_templates/templates/default/static/styles.css	Fri Jul 19 21:22:40 2019 +0200
@@ -243,6 +243,15 @@
     text-decoration: underline;
 }
 
+.text--clickable {
+    color: inherit;
+    text-decoration: None;
+}
+
+.text--clickable:hover {
+    background-color: var(--select-bg-color);
+}
+
 /** heading **/
 
 .heading__subtitle {