2024-08-03 00:28:53 -06:00
|
|
|
@import "color-scheme.css";
|
2024-08-03 01:03:12 -06:00
|
|
|
@import "classes.css";
|
2024-08-03 00:28:53 -06:00
|
|
|
|
2024-08-02 23:11:10 -06:00
|
|
|
@font-face {
|
|
|
|
font-family: terminess-nf;
|
|
|
|
src: url(../fonts/TerminessNerdFont-Regular.ttf);
|
|
|
|
}
|
|
|
|
|
|
|
|
:root {
|
2024-08-03 00:28:53 -06:00
|
|
|
font-size: 20px;
|
|
|
|
font-family: terminess-nf;
|
|
|
|
|
|
|
|
padding: 1rem;
|
|
|
|
width: 1000px;
|
|
|
|
max-width: calc(100% - 2rem);
|
|
|
|
line-height: 1.6;
|
|
|
|
margin: auto;
|
|
|
|
|
|
|
|
color: var(--text);
|
|
|
|
background-color: var(--background);
|
2024-08-02 23:11:10 -06:00
|
|
|
}
|