summaryrefslogtreecommitdiffstats
path: root/f/styles/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'f/styles/style.css')
-rw-r--r--f/styles/style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/f/styles/style.css b/f/styles/style.css
index ae909c8..d63e083 100644
--- a/f/styles/style.css
+++ b/f/styles/style.css
@@ -39,7 +39,6 @@ td:first-child{
}
#adminscreen{
border:3px solid #202020;
- background-color:darkgreen;
font-size:72px;
width:400px;
margin-left:auto;
@@ -51,3 +50,9 @@ td:first-child{
#adminscreen td {
padding-left:10px;
}
+.outdated{
+background-color:darkred;
+}
+.updated{
+background-color:darkgreen;
+}