Meta: Update Default.css
This commit is contained in:
parent
4d688e70dc
commit
79d73bdff3
1 changed files with 8 additions and 0 deletions
|
@ -11,10 +11,18 @@ a {
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
}
|
}
|
||||||
|
|
||||||
|
b, strong {
|
||||||
|
font-weight: bold
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: monospace
|
font-family: monospace
|
||||||
}
|
}
|
||||||
|
|
||||||
|
em, i {
|
||||||
|
font-style: italic
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue