Meta: Update Default.css
This commit is contained in:
parent
49b1e82e55
commit
0b381bf119
1 changed files with 9 additions and 0 deletions
|
@ -6,6 +6,10 @@ Document {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
font-family: monospace
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
|
@ -33,4 +37,9 @@ h5 {
|
||||||
h6 {
|
h6 {
|
||||||
font-size: 0.67em;
|
font-size: 0.67em;
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
|
}
|
||||||
|
|
||||||
|
mark {
|
||||||
|
background-color: yellow;
|
||||||
|
color: black
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue