[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 02/04: Change color
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 02/04: Change color |
Date: |
Sun, 15 Sep 2019 12:59:58 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 9b67a8de2cb279d045cf2fe17964b51c89d65d20
Author: Dany De Bontridder <address@hidden>
Date: Sun Sep 15 13:45:52 2019 +0200
Change color
---
html/index.css | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/html/index.css b/html/index.css
index c6158eb..443474d 100644
--- a/html/index.css
+++ b/html/index.css
@@ -128,10 +128,12 @@ BODY {
font-weight: bold;
text-align: center;
text-transform: uppercase;
- opacity: 0.8;
+ opacity: 1;
padding: 0px;
margin: 0px;
+ color: darkblue;
}
+
@media only screen and (max-width : 900px) {
#alternate_browser {
display : none;