mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
add lighter override to custom.scss to take effect
This commit is contained in:
parent
ae816782f0
commit
bd537391df
1 changed files with 4 additions and 0 deletions
4
resources/assets/sass/custom.scss
vendored
4
resources/assets/sass/custom.scss
vendored
|
@ -132,6 +132,10 @@ body, button, input, textarea {
|
|||
background-color: rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.font-weight-lighter {
|
||||
font-weight: 300 !important
|
||||
}
|
||||
|
||||
.font-weight-ultralight {
|
||||
font-weight: 200 !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue