From b637a46e99bd5bce8035f66bb14b32f8ec1a60b6 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Mon, 25 Nov 2024 21:03:21 +0100 Subject: adjust font of calendar content --- asset-sources/theme.scss | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'asset-sources') diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss index 67feccc..35a3df1 100644 --- a/asset-sources/theme.scss +++ b/asset-sources/theme.scss @@ -189,7 +189,7 @@ strong { ul { list-style: none; - text-align: right; + text-align: center; } } @@ -198,19 +198,34 @@ strong { } .cell-length-1 { background-color: #8FF0A4; + ul { + font-size: 110%; + } } .cell-length-2 { background-color: #75DD95; + ul { + font-size: 120%; + } } .cell-length-3 { background-color: #5BC987; + ul { + font-size: 130%; + } } .cell-length-4 { background-color: #40B678; + ul { + font-size: 140%; + } } .cell-length-5 { color: white; background-color: #26A269; + ul { + font-size: 150%; + } } a { -- cgit v1.2.3