Skip to content

Commit cbfd197

Browse files
GuillaumeGomezJoshua Nelson
authored and
Joshua Nelson
committed
Fix button color for theme picker
1 parent 14eecac commit cbfd197

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/style.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ $media-xl: "screen and (min-width: 80em)";
2828
// usage:
2929
// @media #{$media-sm} { ... }
3030

31-
html, button, input, select, textarea,
32-
.pure-g [class *= "pure-u"] {
31+
html, input, select, textarea, .pure-g [class *= "pure-u"] {
3332
font-family: $font-family-sans;
3433
color: $color-standard;
3534
}

0 commit comments

Comments
 (0)