FREEBIE
@ -18,6 +18,12 @@ $text-dark_l2: darken($text-dark, 30%);
hr {
border-color: $grey-dark;
}
.expiredAlert {
color: $grey-dark;
button {
#header {
background-color: $grey-dark_l2;
color: white;
@ -2121,6 +2121,10 @@ li.entry .error-icon-container {
color: #57a5e5; }
.android-dark hr {
border-color: #333333; }
.android-dark .expiredAlert {
color: #333333; }
.android-dark .expiredAlert button {
.android-dark #header {
background-color: #292929;