From 0b213726a46fe0ef327d7ba33370d69307f31a34 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sat, 25 Jun 2022 01:00:02 +0200 Subject: [PATCH] Maj gsl 0.1.6 --- styles.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index cd941b9..cdbce97 100644 --- a/styles.css +++ b/styles.css @@ -33,7 +33,7 @@ -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */ - text-decoration: none; + /*! text-decoration: none; */ } /* @@ -168,11 +168,13 @@ footer { } footer h1 { + display: block; font-size: 130%; color: var(--chalec_yellow); font-weight: bold; margin-top: 0px; margin-left: 0px; + margin-bottom: 20px; } footer { @@ -484,7 +486,7 @@ a:hover { } a:active { - text-decoration: underline; + text-decoration: none; cursor: progress; } @@ -633,11 +635,10 @@ Chalec images } #chalec_footer h1 { - display: block; margin-top: 0px; font-size: 115%; padding: 15px; - margin-bottom: 0 px; + margin-bottom: 0px; font-size: 120% }