mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-24 14:03:16 +00:00
Add lower weight option
This commit is contained in:
parent
b240ae3b44
commit
3550c0b94c
1 changed files with 4 additions and 0 deletions
4
resources/assets/sass/custom.scss
vendored
4
resources/assets/sass/custom.scss
vendored
|
@ -151,3 +151,7 @@ body, button, input, textarea {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: rgba(0,0,0,0.5);
|
background-color: rgba(0,0,0,0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.font-weight-ultralight {
|
||||||
|
font-weight: 200 !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue