1
0
Fork 0
This commit is contained in:
Le Libre Au Quotidien 2020-05-24 19:38:09 +02:00
parent 5a74b8e4b6
commit 469aaf5769
1 changed files with 6 additions and 2 deletions

View File

@ -21,7 +21,7 @@
font-style: normal;
}
a{
a,.button{
border:none;
background-color:#0483d8;
padding:20px;
@ -29,7 +29,7 @@ a{
text-decoration: none;
min-width:50px;
}
a:hover{
a:hover,.button:hover{
border:#0483d8 solid 2px;
transition:0.4s;
@ -135,3 +135,7 @@ font-weight: 900;
content: "\f4f6";
padding-right:5px;
}
@media (prefers-color-scheme: dark) {
.day.dark-scheme { background: #333; color: white; }
.night.dark-scheme { background: black; color: #ddd; }
}