mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-03-15 00:20:09 +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 23 additions and 4 deletions
2
public/css/appdark.css
vendored
2
public/css/appdark.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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",
|
||||
|
|
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…
Add table
Reference in a new issue