Compare commits

..

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

2 changed files with 9 additions and 29 deletions

View file

@ -5,16 +5,15 @@ Modification légère du CSS pour les couleurs pour l'interface de Pixelfed via
## CSS ## CSS
* Activer le dark mode manuellement dans linterface de configuration pour l'UI. A mettre dans Stylus :
* A mettre dans Stylus :
```css ```css
.force-dark-mode { .force-dark-mode {
--light: #000 !important; --light: #000;
--dark: #fff !important; --dark: #fff;
--body-bg: #12151a !important; --body-bg: #12151a;
--body-color: #fafcff !important; --body-color: #fafcff;
--nav-bg: #1c1e22 !important; --nav-bg: #1c1e22;
--bg-light: #212124; --bg-light: #212124;
--light-gray: #212124; --light-gray: #212124;
--text-lighter: #818181; --text-lighter: #818181;
@ -30,28 +29,9 @@ Modification légère du CSS pour les couleurs pour l'interface de Pixelfed via
--dropdown-item-color: #64748b; --dropdown-item-color: #64748b;
--dropdown-item-active-color: #b3b3b3; --dropdown-item-active-color: #b3b3b3;
--primary: #567ebf; --primary: #567ebf;
--blue: #567ebf;
} }
.badge-light { .badge-light {
color: #fff; color: #fff;
} }
```
.profile-sidebar-component .avatar {
border-radius: 100px;
margin-bottom: 1rem;
width: 140px;
}
.sidebar-component .user-card .avatar {
border-radius: 50px;
}
.sidebar-component .user-card .avatar-update-btn {
background: hsla(0, 5%, 28%, .55);
border: 1px solid #5656579c !important;
}
```
## Screenshot
![css screenshot](pixelfed-css.jpg)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 336 KiB