diff options
Diffstat (limited to 'template/yoga/default-colors.css')
-rw-r--r-- | template/yoga/default-colors.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/default-colors.css b/template/yoga/default-colors.css index ea65cb72a..1534e4f11 100644 --- a/template/yoga/default-colors.css +++ b/template/yoga/default-colors.css @@ -7,7 +7,7 @@ } /* So that non-links are slightly greyed out */ -#content .navigationBar, SPAN.calItemEmpty, TD.calDayCellEmpty { +.content .navigationBar, SPAN.calItemEmpty, TD.calDayCellEmpty { color: #b0b0b0; } |