mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 04:42:54 +02:00
boutons reprenez le contrôle
This commit is contained in:
@ -212,3 +212,43 @@ h3 {
|
||||
.img-right img {
|
||||
max-width: 100vw;
|
||||
}
|
||||
|
||||
.bigbutton {
|
||||
background: linear-gradient(-0.125turn, $blue, $violet);
|
||||
border-radius: 4px;
|
||||
font-family: Neucha;
|
||||
font-size: 150%;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
a.bigbutton, a.bigbutton:hover, a.bigbutton:focus {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.bigbutton:hover, a.bigbutton:focus {
|
||||
box-shadow: 4px 4px 0 $violet;
|
||||
}
|
||||
|
||||
.bigbutton2 {
|
||||
border: 1px solid $blue;
|
||||
border-radius: 4px;
|
||||
font-family: Neucha;
|
||||
font-size: 150%;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
a.bigbutton2, a.bigbutton2:hover, a.bigbutton2:focus {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.bigbutton2:hover, a.bigbutton2:focus {
|
||||
box-shadow: 4px 4px 0 $violet;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
a.bigbutton2, a.bigbutton2:hover, a.bigbutton2:focus {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user