summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2016-08-18 15:26:18 +0200
committerDirk Engling <erdgeist@erdgeist.org>2016-08-18 15:26:18 +0200
commit61a3893bc7a8c05ba86f2f0b2368fbd9a0a82fbb (patch)
tree15c6de35218bd636478733d324cbfd61b77d95c4
parent12ba3c7371595e5bb5e2418e20205359ebf33064 (diff)
Use the green we already do have
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 646b75f..d052c01 100644
--- a/style.css
+++ b/style.css
@@ -451,7 +451,7 @@ label:first-line {
451 visibility: hidden; 451 visibility: hidden;
452 transition: transform 0.5s, visibility 0.5s; 452 transition: transform 0.5s, visibility 0.5s;
453 transform: rotate3d(45, 45, 1, 90deg); 453 transform: rotate3d(45, 45, 1, 90deg);
454 background-color: green; 454 background-color: #8ECA63;;
455 color: white; 455 color: white;
456} 456}
457 457