Compare commits
No commits in common. "c82f5348e3d56b7fdfe89641d262309424b17e0b" and "664387da86397ebf6658fafadb0b294ece4c7d6e" have entirely different histories.
c82f5348e3
...
664387da86
2 changed files with 0 additions and 29 deletions
29
README.md
29
README.md
|
@ -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;
|
||||
}
|
||||
|
|
BIN
pixelfed-css.jpg
BIN
pixelfed-css.jpg
Binary file not shown.
Before Width: | Height: | Size: 198 KiB After Width: | Height: | Size: 336 KiB |
Loading…
Reference in a new issue