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 23 additions and 4 deletions

File diff suppressed because one or more lines are too long

View file

@ -2,7 +2,7 @@
"/js/activity.js": "/js/activity.js?id=7915246c3bc2b7e9770e",
"/js/app.js": "/js/app.js?id=3cd2f5b91d50cb028347",
"/css/app.css": "/css/app.css?id=cc8780fa2f1c0e8156cc",
"/css/appdark.css": "/css/appdark.css?id=c98702344aa5c1af2dda",
"/css/appdark.css": "/css/appdark.css?id=19423f7411acf7297a2d",
"/css/landing.css": "/css/landing.css?id=36c1fca7fbdc4cdf5e7c",
"/js/components.js": "/js/components.js?id=7e2c0820d0ca5af5aeaa",
"/js/compose.js": "/js/compose.js?id=9436fc6ceea845e5bd62",

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,