16 lines
255 B
SCSS
16 lines
255 B
SCSS
|
@charset "utf-8";
|
||
|
|
||
|
a[accesskey] {
|
||
|
position: absolute;
|
||
|
margin-left: -0.9375em;
|
||
|
color: transparent !important;
|
||
|
}
|
||
|
|
||
|
#orbit-bar a[accesskey] {
|
||
|
color: #666666 !important;
|
||
|
margin-left: 0;
|
||
|
position: relative;
|
||
|
&:hover {
|
||
|
color: #ffffff !important;
|
||
|
}
|
||
|
}
|