bold and italic. nothing less, nothing more
This commit is contained in:
parent
e24afef278
commit
ce72ec9991
1 changed files with 5 additions and 1 deletions
|
|
@ -12,12 +12,16 @@ html {
|
|||
|
||||
/* text, links and lists :3 */
|
||||
|
||||
t {
|
||||
t, strong {
|
||||
font-family: "mono";
|
||||
font-weight: bold;
|
||||
color: var(--c-title)
|
||||
}
|
||||
|
||||
em {
|
||||
font-style: italic;
|
||||
color: var(--c-title)
|
||||
}
|
||||
|
||||
p, d {
|
||||
font-family: "mono";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue