changeset 328:2e9326abe254

Adjustments to CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 Feb 2022 19:40:05 +0200
parents 8aa86090e85f
children 872be876e0f2
files basic.css
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/basic.css	Fri Feb 11 19:39:10 2022 +0200
+++ b/basic.css	Fri Feb 11 19:40:05 2022 +0200
@@ -82,14 +82,13 @@
 	right: 0;
 	height: 1.5em;
 
-	background: #565;
 	margin: 0;
 	padding: 0.25em;
 	text-align: right;
 	font-size: 0.75em;
 	text-shadow: 1px 1px 1px black;
 
-	border-top: 1px solid black;
+	background: #232;
 	z-index: 12;
 }
 
@@ -149,7 +148,6 @@
 	align-items: center;
 	justify-content: center;
 	width: 100%;
-	background: #454;
 	margin-bottom: 1em;
 	display: flex;
 	flex-wrap: wrap;
@@ -178,7 +176,6 @@
 .galleryTable a:hover, .galleryTable a:active, .galleryTable a:focus {
 	text-shadow: 1px 1px 2px #000;
 	text-decoration: underline;
-	color: #f00;
 }
 
 .galleryTable .galleryEntry {