Compare commits

..

No commits in common. "c82f5348e3d56b7fdfe89641d262309424b17e0b" and "664387da86397ebf6658fafadb0b294ece4c7d6e" have entirely different histories.

2 changed files with 0 additions and 29 deletions

View file

@ -9,33 +9,6 @@ Modification légère du CSS pour les couleurs pour l'interface de Pixelfed via
* A mettre dans Stylus :
```css
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
scrollbar-width: thin;
scrollbar-color: #171a1d #31363b;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
width: 8px;
}
*::-webkit-scrollbar-track {
background: #31363b;
}
*::-webkit-scrollbar-thumb {
background-color: #171a1d;
border-radius: 30px;
border: 3px none #ffffff;
}
/* Search */
.metro-nav .autocomplete-input {
background-color: var(--body-bg);
}
/* Dark mode */
.force-dark-mode {
--light: #000 !important;
--dark: #fff !important;
@ -59,8 +32,6 @@ Modification légère du CSS pour les couleurs pour l'interface de Pixelfed via
--primary: #567ebf;
--blue: #567ebf;
}
/* Color for time */
.badge-light {
color: #fff;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 KiB

After

Width:  |  Height:  |  Size: 336 KiB