style, draft page logiciel libre

This commit is contained in:
Pascal Engélibert
2023-03-21 20:21:53 +01:00
parent 1704be747f
commit 991e11a68d
5 changed files with 106 additions and 4 deletions

View File

@ -44,6 +44,11 @@ main.center {
a, a:visited {
text-decoration: none;
color: $blue;
}
a:hover, a:focus {
text-decoration: underline;
}
.sr-only {
@ -85,3 +90,21 @@ a, a:visited {
font-family: Neucha;
font-variant: small-caps;
}
h1 {
font-size: 240%;
font-family: Neucha;
font-weight: normal;
}
h2 {
font-size: 170%;
font-family: Neucha;
font-weight: normal;
}
h3 {
font-size: 130%;
font-family: Neucha;
font-weight: normal;
}

View File

@ -22,10 +22,6 @@ footer a {
color: #fdb;
}
footer a:hover, footer a:focus {
text-decoration: underline;
}
.footer-bigger {
font-size: 24px;
}

View File

@ -31,4 +31,5 @@ header {
#header-menu a:hover, #header-menu a:focus {
text-shadow: 1px 2px 1px $violet;
text-decoration: none;
}