fix color of links in poll and whiteboard

This commit is contained in:
ansuz 2017-06-29 16:51:44 +02:00
parent 1763cf72d1
commit 0b9d7d6c0b

View File

@ -147,6 +147,9 @@ body {
background: darken(@bgcolor, 10%); background: darken(@bgcolor, 10%);
color: @color; color: @color;
} }
.dropdown-bar-content.left a {
color: black;
}
/*.dropdown-bar-content { /*.dropdown-bar-content {
background: darken(@bgcolor, 5%); background: darken(@bgcolor, 5%);
border: 1px solid @color; border: 1px solid @color;
@ -673,6 +676,9 @@ body {
display: inline-block; display: inline-block;
color: white; color: white;
a {
color: white;
}
transition: all 0.15s; transition: all 0.15s;
} }
.cryptpad-new { .cryptpad-new {
@ -729,7 +735,9 @@ body {
height: auto; height: auto;
padding: 0px 5px; padding: 0px 5px;
text-decoration: none; text-decoration: none;
color: inherit;
// hack because of whiteboard and poll
color: white !important;
} }
} }
.cryptpad-user { .cryptpad-user {