Maj gsl 0.1.6

This commit is contained in:
Adrien Bourmault 2022-06-25 01:00:02 +02:00
parent e6c536629d
commit 0b213726a4
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 5 additions and 4 deletions

View File

@ -33,7 +33,7 @@
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */ -moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */ box-sizing: border-box; /* Opera/IE 8+ */
text-decoration: none; /*! text-decoration: none; */
} }
/* /*
@ -168,11 +168,13 @@ footer {
} }
footer h1 { footer h1 {
display: block;
font-size: 130%; font-size: 130%;
color: var(--chalec_yellow); color: var(--chalec_yellow);
font-weight: bold; font-weight: bold;
margin-top: 0px; margin-top: 0px;
margin-left: 0px; margin-left: 0px;
margin-bottom: 20px;
} }
footer { footer {
@ -484,7 +486,7 @@ a:hover {
} }
a:active { a:active {
text-decoration: underline; text-decoration: none;
cursor: progress; cursor: progress;
} }
@ -633,11 +635,10 @@ Chalec images
} }
#chalec_footer h1 { #chalec_footer h1 {
display: block;
margin-top: 0px; margin-top: 0px;
font-size: 115%; font-size: 115%;
padding: 15px; padding: 15px;
margin-bottom: 0 px; margin-bottom: 0px;
font-size: 120% font-size: 120%
} }