aboutsummaryrefslogtreecommitdiff
path: root/asset-sources/theme.scss
diff options
context:
space:
mode:
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 {