mirror of
https://github.com/maputnik/editor.git
synced 2026-01-04 04:20:01 +00:00
Make section headers white #64
This commit is contained in:
@@ -39,11 +39,13 @@ h1 {
|
||||
h2 {
|
||||
font-size: $font-size-3;
|
||||
margin-bottom: $margin-3;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: $font-size-4;
|
||||
margin-bottom: $margin-3;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h4 {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
padding: $margin-2;
|
||||
font-weight: bold;
|
||||
font-size: $font-size-5;
|
||||
color: $color-lowgray;
|
||||
color: $color-white;
|
||||
display: flex;
|
||||
display: -ms-flexbox;
|
||||
@include vendor-prefix(flex-direction, row)
|
||||
@@ -77,7 +77,7 @@
|
||||
font-weight: bold;
|
||||
font-size: $font-size-5;
|
||||
background-color: lighten($color-black, 2);
|
||||
color: $color-lowgray;
|
||||
color: $color-white;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
padding: $margin-2;
|
||||
|
||||
Reference in New Issue
Block a user