increases discoverability of die interactions
parent
6f935644c1
commit
eca965e434
|
|
@ -87,8 +87,10 @@ $special-action-color: #000;
|
|||
&:hover {
|
||||
text-shadow: 0 0 10px red;
|
||||
}
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@mixin svg-highlight {
|
||||
filter: drop-shadow(0px 0px 10px rgb(255 0 0));
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
@ -216,11 +216,14 @@ $deity_colours_tint: (
|
|||
z-index: 1;
|
||||
position: relative;
|
||||
|
||||
|
||||
path {
|
||||
fill: $color;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@include colour.svg-highlight;
|
||||
}
|
||||
}
|
||||
|
||||
.clickable {
|
||||
|
|
|
|||
|
|
@ -32,6 +32,11 @@
|
|||
fill: colour.$zauber-color;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@include colour.svg-highlight;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -43,6 +48,8 @@
|
|||
span {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
|
||||
@include colour.highlight;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue