Restore old background color

This commit is contained in:
Viktor Vincze 2017-11-13 17:29:46 +01:00
parent 02819a9a8c
commit 23e6e895e2
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@
@muted-light: lighten(@muted, 35%);
@white-dark: rgba(0, 0, 0, 0.3);
@light-dark: rgba(0, 0, 0, 0.7);
@white: rgba(255, 255, 255, 1);
@main-background: rgba(255, 255, 255, 1);

View file

@ -25,7 +25,7 @@
font-size: 0.7em;
text-align: center;
color: @white;
background: @white-dark;
background: @light-dark;
transition: opacity .25s ease-out;
transform: translateX(-50%) translateY(-100%);
.border;