a
This commit is contained in:
parent
fabc0310f7
commit
f737ee161f
28
site/style.css
Normal file
28
site/style.css
Normal file
|
@ -0,0 +1,28 @@
|
|||
body {
|
||||
/* font-family: 'Iosevka Web', sans-serif; */
|
||||
font-family: sans-serif;
|
||||
|
||||
color: #e1e1e1;
|
||||
background: #151515;
|
||||
}
|
||||
|
||||
body a {
|
||||
color: #3facee;
|
||||
}
|
||||
|
||||
body a:visited {
|
||||
color: #a135d3;
|
||||
}
|
||||
|
||||
code {
|
||||
color: #eacc2b;
|
||||
}
|
||||
|
||||
/* @font-face {
|
||||
font-family: 'Iosevka Web';
|
||||
font-display: swap;
|
||||
font-weight: 500;
|
||||
font-stretch: normal;
|
||||
font-style: normal;
|
||||
src: url('fonts/iosevka-medium.woff2') format('woff2'), url('fonts/iosevka-medium.ttf') format('truetype');
|
||||
} */
|
Loading…
Reference in a new issue