summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-07-29 12:02:00 +0200
committerYorhel <git@yorhel.nl>2020-07-29 12:03:28 +0200
commit55ed28a8dcc7fe5f22fe5259c5a518233c2b8bdc (patch)
tree4c6ec1c15dbdbb88a11de2af1240b55a33553250 /data
parent8bc45a4b082438595f63dcb876f1e2215a341caf (diff)
Reports: Keep track of unseen, new and last updated reports
Diffstat (limited to 'data')
-rw-r--r--data/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index c17243d5..44284234 100644
--- a/data/style.css
+++ b/data/style.css
@@ -111,7 +111,7 @@ b.done { font-weight: normal; color: $statok$ }
b.todo { font-weight: normal; color: $statnok$ }
b.neutral { font-weight: normal }
p.center { text-align: center; }
-.standout { color: $standout$ }
+.standout { color: $standout$!important }
b.future,
b.standout { font-weight: normal; color: $standout$; }
.clearfloat { clear: both; height: 0; }