nelle-observer/public/styles/css/main.css

21 lines
397 B
CSS
Raw Normal View History

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
}