This commit is contained in:
2026-08-22 23:59:41 -06:00
parent 84893662ca
commit a89b275313
23 changed files with 374 additions and 39 deletions

9
public/static/css/a.css Normal file
View File

@@ -0,0 +1,9 @@
* {
color: darkgreen;
text-decoration-color: darkgoldenrod;
}
h1, h2, h3, h4, h5, p, a {
color: darkgreen;
text-decoration-color: darkgoldenrod;
}