parent
9efdc149d8
commit
3f867437c4
|
@ -58,33 +58,19 @@ tbody tr:hover {
|
||||||
thead {
|
thead {
|
||||||
th {
|
th {
|
||||||
color: @icinga;
|
color: @icinga;
|
||||||
.uppercase;
|
.uppercase();
|
||||||
.bold;
|
.bold;
|
||||||
}
|
}
|
||||||
border-bottom: 0.25rem solid @icinga;
|
border-bottom: 0.25rem solid @icinga;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
// Reset
|
color: @icinga-blue;
|
||||||
background-color: inherit;
|
font-family: @font-family-fixed;
|
||||||
border: none;
|
|
||||||
padding: 0;
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
code {
|
|
||||||
color: @icinga;
|
|
||||||
.bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pre > code {
|
pre > code {
|
||||||
color: #fff;
|
color: inherit;
|
||||||
font-weight: normal;
|
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
background-color: #666;
|
|
||||||
display: block;
|
|
||||||
padding: 1em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.toc {
|
ul.toc {
|
||||||
|
@ -94,5 +80,5 @@ ul.toc {
|
||||||
|
|
||||||
.search-highlight {
|
.search-highlight {
|
||||||
color: #FBE012;
|
color: #FBE012;
|
||||||
background: @icinga;
|
background: @icinga-blue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue