21 lines
307 B
SCSS
21 lines
307 B
SCSS
@charset "utf-8";
|
|
|
|
.banner-top{
|
|
padding: .8em;
|
|
background-color: #31302e;
|
|
}
|
|
|
|
a[accesskey] {
|
|
position: absolute;
|
|
margin-left: -15px;
|
|
color: transparent!important;
|
|
}
|
|
|
|
#orbit-bar a[accesskey] {
|
|
color: #666666 !important;
|
|
margin-left: 0;
|
|
position: relative;
|
|
&:hover {
|
|
color: #ffffff !important;
|
|
}
|
|
} |