mirror of https://github.com/docker/docs.git
Darker hover color.
This commit is contained in:
parent
20b8a5dac6
commit
8d40b6e07a
|
@ -180,7 +180,7 @@
|
|||
width: 110px;
|
||||
padding: 5px;
|
||||
&:hover {
|
||||
background-color: @color-background;
|
||||
background-color: darken(@color-background, 2%);
|
||||
border-radius: 10px;
|
||||
}
|
||||
img {
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
display: inline-block;
|
||||
&:hover {
|
||||
border-radius: 40px;
|
||||
background-color: @color-background;
|
||||
background-color: darken(@color-background, 2%);
|
||||
}
|
||||
&.active {
|
||||
border-radius: 40px;
|
||||
|
|
Loading…
Reference in New Issue