mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-30 08:20:46 +00:00
Update custom sass
This commit is contained in:
parent
6fc752b5ad
commit
80624aea83
1 changed files with 8 additions and 0 deletions
8
resources/assets/sass/custom.scss
vendored
8
resources/assets/sass/custom.scss
vendored
|
@ -491,3 +491,11 @@ details summary::-webkit-details-marker {
|
|||
#s-modal .modal-content {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.text-lighter {
|
||||
color:#B8C2CC !important;
|
||||
}
|
||||
|
||||
.cursor-pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue