summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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