There was an error while loading. Please reload this page.
1 parent 2e2c8e0 commit 1cb93a4Copy full SHA for 1cb93a4
2 files changed
less/header.less
@@ -95,15 +95,14 @@
95
display: inline;
96
padding:0 10px;
97
text-align: left;
98
- >a{
99
- text-decoration: none;
100
- &:hover{
101
102
- color:@color-header-link-hover;
103
- }
104
- &.sel{
105
- color: white;
106
+ }
+ a{
+ text-decoration: none;
+ &:hover{
+ color:@color-header-link-hover;
+ &.sel{
+ color: white;
107
}
108
109
@media print{
less/many-bubbles.less
@@ -49,6 +49,7 @@ circle {
49
opacity: .7;
50
&:hover{
51
stroke: grey;
52
+ cursor: pointer;
53
54
55
0 commit comments