summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--style.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/style.css b/style.css
index fa6f31f..4b26ec4 100644
--- a/style.css
+++ b/style.css
@@ -90,7 +90,12 @@ table {
td {
border: thin solid;
- padding: 0.3em
+ padding: 0.3em;
+ text-align: center
+}
+
+#calendar td {
+ text-align: left
}
tr:nth-child(even) td {
@@ -187,7 +192,7 @@ tr:nth-child(even) td {
border-radius: .75em;
width: 220px;
height: 80px;
- background-color: #FFB042
+ background-color: #FFC0C0
}
#S1 {
@@ -203,5 +208,7 @@ tr:nth-child(even) td {
border-radius: .75em;
width: 220px;
height: 80px;
- background-color: #ADFF09
+ background-color: #FF58F7
}
+
+