mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
make setting descriptions less big/dark
This commit is contained in:
parent
84a7d75828
commit
57f33686cc
1 changed files with 3 additions and 1 deletions
|
@ -196,7 +196,9 @@
|
|||
|
||||
.desc {
|
||||
padding-top: 3px;
|
||||
color: darken($secondary_text_color, 40%);
|
||||
color: lighten($secondary_text_color, 20%);
|
||||
font-size: 80%;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
|
Loading…
Reference in a new issue