This commit is contained in:
parent
e1db153d15
commit
d7ce59ce96
2 changed files with 4 additions and 4 deletions
|
@ -41,12 +41,12 @@ html {
|
||||||
"Segoe UI Symbol";
|
"Segoe UI Symbol";
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Barre de scroll - Firefox */
|
/* Scrollbar - Firefox */
|
||||||
* {
|
* {
|
||||||
scrollbar-color: var(--font-color) var(--bg);
|
scrollbar-color: var(--font-color) var(--bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Barre de scroll - Chrome */
|
/* Scrollbar - Chrome */
|
||||||
*::-webkit-scrollbar {
|
*::-webkit-scrollbar {
|
||||||
width: 7px;
|
width: 7px;
|
||||||
height: 9px;
|
height: 9px;
|
||||||
|
|
|
@ -40,12 +40,12 @@ html {
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Barre de scroll - Firefox */
|
/* Scrollbar - Firefox */
|
||||||
* {
|
* {
|
||||||
scrollbar-color: var(--font-color) var(--bg);
|
scrollbar-color: var(--font-color) var(--bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Barre de scroll - Chrome */
|
/* Scrollbar - Chrome */
|
||||||
*::-webkit-scrollbar {
|
*::-webkit-scrollbar {
|
||||||
width: 7px;
|
width: 7px;
|
||||||
height: 9px;
|
height: 9px;
|
||||||
|
|
Loading…
Reference in a new issue