fonts & colors
This commit is contained in:
parent
790eb7414e
commit
678698b55d
45 changed files with 792 additions and 46 deletions
|
|
@ -1,15 +1,10 @@
|
|||
body,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
p,
|
||||
a,
|
||||
input,
|
||||
select,
|
||||
figcaption,
|
||||
label {
|
||||
font-family: sans-serif;
|
||||
body {
|
||||
font-family: var(--sans-serif);
|
||||
color: var(--color-txt);
|
||||
}
|
||||
|
||||
// code,
|
||||
// pre,
|
||||
// .monospace {
|
||||
// font-family: 'Inconsolata', monospace;
|
||||
// }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue