changeset 2051:b4185d725b15

April's fools mode CSS adjustments.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 09 Apr 2019 11:42:39 +0300
parents 431c149e8882
children d5ddea761581
files www/aprilli.css
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/www/aprilli.css	Tue Apr 09 11:42:23 2019 +0300
+++ b/www/aprilli.css	Tue Apr 09 11:42:39 2019 +0300
@@ -31,7 +31,7 @@
 	justify-content: space-around;
 	flex-wrap: wrap;
 
-	background: #060;
+	background: #0d0;
 	margin: 0;
 	padding: 0.5em;
 	border: 1px solid black;
@@ -295,9 +295,9 @@
 	display: inline-table;
 	color: white;
 	text-decoration: none;
-	background: #454;
+	background: #e00;
 	padding: 0.4em;
-	border: 8px solid #676;
+	border: 8px solid #00f;
 }
 
 #extraBox a:hover {
@@ -323,7 +323,7 @@
 
 #mainMenu a.menuItem:hover {
 	color: white;
-	background: #898;
+	background: #0f0;
 	text-shadow: 2px 2px 2px #000;
 }