mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 04:42:54 +02:00
style, draft page logiciel libre
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
@ -22,10 +22,6 @@ footer a {
|
||||
color: #fdb;
|
||||
}
|
||||
|
||||
footer a:hover, footer a:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.footer-bigger {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
@ -31,4 +31,5 @@ header {
|
||||
|
||||
#header-menu a:hover, #header-menu a:focus {
|
||||
text-shadow: 1px 2px 1px $violet;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user