* Text warning fix.

pull/315/head
Megax 2016-04-10 19:39:22 +02:00
parent 5c44531515
commit 0c763cafb5
1 changed files with 1 additions and 4 deletions

View File

@ -87,7 +87,7 @@
button.flat {
&:hover { color: shade(currentColor, .95); }
&, &:backdrop { color: gtkalpha(currentColor, 0.3); }
&, &:backdrop { color: gtkalpha(currentColor, .3); }
padding: 0;
margin-top: 4px;
@ -108,9 +108,6 @@
}
label { color: mix($text_color, $base_color, .3); }
/* close button styling */
button { @extend %close_button; }
}
.prelight-page {