mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #1179 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
8646bc8ff9
6 changed files with 1 additions and 4 deletions
BIN
public/css/app.css
vendored
BIN
public/css/app.css
vendored
Binary file not shown.
BIN
public/css/appdark.css
vendored
BIN
public/css/appdark.css
vendored
Binary file not shown.
BIN
public/css/landing.css
vendored
BIN
public/css/landing.css
vendored
Binary file not shown.
Binary file not shown.
1
resources/assets/sass/appdark.scss
vendored
1
resources/assets/sass/appdark.scss
vendored
|
@ -38,6 +38,7 @@
|
|||
|
||||
input,
|
||||
textarea {
|
||||
color: #ccc !important;
|
||||
background: #191919 !important;
|
||||
}
|
||||
|
||||
|
|
4
resources/assets/sass/custom.scss
vendored
4
resources/assets/sass/custom.scss
vendored
|
@ -488,10 +488,6 @@ details summary::-webkit-details-marker {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.notification-tooltip .arrow::before {
|
||||
border-bottom-color:#dc3545 !important;
|
||||
}
|
||||
|
||||
#previewAvatar {
|
||||
img {
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Reference in a new issue