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