comparison 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
comparison
equal deleted inserted replaced
214:8308de7fc668 215:b2f0f81b2cd2
241 241
242 .text--light-emphasis { 242 .text--light-emphasis {
243 text-decoration: underline; 243 text-decoration: underline;
244 } 244 }
245 245
246 .text--clickable {
247 color: inherit;
248 text-decoration: None;
249 }
250
251 .text--clickable:hover {
252 background-color: var(--select-bg-color);
253 }
254
246 /** heading **/ 255 /** heading **/
247 256
248 .heading__subtitle { 257 .heading__subtitle {
249 font-size: 2em; 258 font-size: 2em;
250 text-align: center; 259 text-align: center;