aboutsummaryrefslogtreecommitdiff
path: root/asset-sources/theme.scss
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2024-11-25 21:03:21 +0100
committerDaniel Schadt <kingdread@gmx.de>2024-11-25 21:03:21 +0100
commitb637a46e99bd5bce8035f66bb14b32f8ec1a60b6 (patch)
tree97dfb2cb2602799c8a0b271dea4cbdd006021b9c /asset-sources/theme.scss
parent5f66c1519ae7794e9ed2bac2862550377e2da00f (diff)
downloadfietsboek-b637a46e99bd5bce8035f66bb14b32f8ec1a60b6.tar.gz
fietsboek-b637a46e99bd5bce8035f66bb14b32f8ec1a60b6.tar.bz2
fietsboek-b637a46e99bd5bce8035f66bb14b32f8ec1a60b6.zip
adjust font of calendar content
Diffstat (limited to 'asset-sources/theme.scss')
-rw-r--r--asset-sources/theme.scss17
1 files changed, 16 insertions, 1 deletions
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 {