move i,em
This commit is contained in:
parent
f99fae269d
commit
4da1907023
2 changed files with 4 additions and 4 deletions
|
|
@ -52,10 +52,6 @@ html, body {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
i, em {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
header, footer {
|
header, footer {
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,10 @@ body {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
i, em {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--fg)
|
color: var(--fg)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue