mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 21:02:52 +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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user