forked from mirror/pixelfed
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 {
|
#s-modal .modal-content {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-lighter {
|
||||||
|
color:#B8C2CC !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cursor-pointer {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue