mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
Fix text color when hovering social link buttons
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
570c45017c
commit
ef725c8b6e
1 changed files with 2 additions and 1 deletions
|
@ -2,9 +2,10 @@
|
|||
color: #FFFFFF;
|
||||
|
||||
@mixin button($color) {
|
||||
color: #ffffff;
|
||||
background-color: $color;
|
||||
&:hover {
|
||||
background-color: darken($color, 10%);
|
||||
background-color: darken($color, 15%);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue