mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -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;
|
color: #FFFFFF;
|
||||||
|
|
||||||
@mixin button($color) {
|
@mixin button($color) {
|
||||||
|
color: #ffffff;
|
||||||
background-color: $color;
|
background-color: $color;
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: darken($color, 10%);
|
background-color: darken($color, 15%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue