diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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 } + + |
