Better readability on bright header background colors, fix #90

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-09-20 22:48:23 +02:00
parent 9f805bdf4a
commit 1b78fce22a
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
font-size: inherit;
/* Override focus, active & hover! */
color: #fff !important; /* No vars used on purpose since we use custom BGs */
text-shadow: 0 0 2px rgba(0, 0, 0, .2); // better readability on bright background colors
background: transparent;
border: none;
text-overflow: ellipsis;