mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #1175 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
92ef80f0f5
3 changed files with 21 additions and 2 deletions
BIN
public/css/appdark.css
vendored
BIN
public/css/appdark.css
vendored
Binary file not shown.
Binary file not shown.
23
resources/assets/sass/appdark.scss
vendored
23
resources/assets/sass/appdark.scss
vendored
|
@ -15,13 +15,32 @@
|
|||
color: #ADAFAE !important;
|
||||
}
|
||||
|
||||
.bg-white {
|
||||
background: #282828 !important;
|
||||
.border-left {
|
||||
background: #ADAFAE !important;
|
||||
}
|
||||
|
||||
.bg-white,
|
||||
.postPresenterContainer,
|
||||
.postComponent .card-body.flex-grow-0.py-1,
|
||||
.postComponent .reactions,
|
||||
.postComponent .status-comments,
|
||||
.navbar-laravel {
|
||||
background: #282828 !important;
|
||||
}
|
||||
|
||||
.postComponent .border-left {
|
||||
border-left: 0 !important;
|
||||
}
|
||||
|
||||
.postComponent .card-header {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
input,
|
||||
textarea {
|
||||
background: #191919 !important;
|
||||
}
|
||||
|
||||
.far, .fas,
|
||||
.navbar-laravel .navbar-brand span,
|
||||
.navbar-laravel .nav-link .d-md-block,
|
||||
|
|
Loading…
Reference in a new issue