2021-08-30 10:09:12 +00:00
|
|
|
@charset "utf-8";
|
|
|
|
|
|
|
|
a[accesskey] {
|
2021-11-16 02:05:47 +00:00
|
|
|
position: relative;
|
2021-08-30 10:09:12 +00:00
|
|
|
margin-left: -0.9375em;
|
|
|
|
color: transparent !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#orbit-bar a[accesskey] {
|
|
|
|
color: #666666 !important;
|
|
|
|
margin-left: 0;
|
|
|
|
position: relative;
|
|
|
|
&:hover {
|
|
|
|
color: #ffffff !important;
|
|
|
|
}
|
|
|
|
}
|