Merge pull request #1175 from pixelfed/frontend-ui-refactor

Frontend ui refactor
This commit is contained in:
daniel 2019-04-22 20:29:20 -06:00 committed by GitHub
commit 92ef80f0f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 2 deletions

BIN
public/css/appdark.css vendored

Binary file not shown.

Binary file not shown.

View file

@ -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,