Added themed components

This commit is contained in:
2026-02-24 12:34:59 +03:00
parent 385669ac7c
commit 0d13bb2256
2 changed files with 8 additions and 4 deletions

View File

@@ -3,6 +3,10 @@
src: url("static/Erbaum-Book.ttf");
}
.themed {
color: #71ff55;
}
* {
font-family: "Erbaum Book", "Courier New", Courier, monospace;
background-color: black;