summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--style.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/style.css b/style.css
index 834f6a5..3be6e14 100644
--- a/style.css
+++ b/style.css
@@ -110,7 +110,7 @@ table {
td {
border: thin solid;
- padding: 0.3em
+ padding: 0.3em;
}
tr:nth-child(even) {
@@ -207,7 +207,7 @@ tr:nth-child(even) {
border-radius: .75em;
width: 220px;
height: 80px;
- background-color: #FFB042
+ background-color: #FFC0C0
}
#S1 {
@@ -223,9 +223,10 @@ tr:nth-child(even) {
border-radius: .75em;
width: 220px;
height: 80px;
- background-color: #ADFF09
+ background-color: #FF58F7
}
+
.readable {
margin-left: auto;
margin-right: auto;
@@ -274,3 +275,4 @@ td.team-name {
.cpink { color: #909; }
.cyellow { color: #a60; }
+