mirror of
https://github.com/nasa/openmct.git
synced 2025-04-29 15:30:07 +00:00
parent
fa1a942184
commit
10c0c29f64
@ -28,8 +28,8 @@
|
|||||||
color: $colorKey;
|
color: $colorKey;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2 {
|
h1, h2, strong, b {
|
||||||
color: pullForward($colorBodyFg, 20%);
|
color: pullForward($colorBodyFg, 50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@ -45,6 +45,10 @@
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
strong, b {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.w-markup {
|
.w-markup {
|
||||||
//Wrap markup example "pre" element
|
//Wrap markup example "pre" element
|
||||||
background-color: $colorCode;
|
background-color: $colorCode;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user