aboutsummaryrefslogtreecommitdiff
path: root/static/styles.sass
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.sass')
-rw-r--r--static/styles.sass23
1 files changed, 19 insertions, 4 deletions
diff --git a/static/styles.sass b/static/styles.sass
index 998313a7..d554d723 100644
--- a/static/styles.sass
+++ b/static/styles.sass
@@ -313,7 +313,22 @@ a.subnav-anchor
313 position: relative 313 position: relative
314 top: -80px 314 top: -80px
315 315
316a.item-preview 316.item-preview
317 &:link &:visited 317 &:link &visited
318 text-decoration: none 318 text-decoration: none
319 color: #212529 319 color: #212529
320 display: block
321 padding: 10px 15px
322 text-align: left
323 &:active &:focus &:hover
324 background-color: #F4BB15
325 h3
326 font-size: 1em
327 font-weight: bold
328 margin: 0px
329
330 p
331 word-wrap: break-word
332
333.item-date
334 font-size: 0.9em