Update main.css

corrected file path
This commit is contained in:
daveedmee 2025-07-16 18:31:13 +00:00 committed by GitHub
parent 3595bca063
commit 18a28e9710
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
@import url(colors.css); @import url(../themes/colors.css);
/* basics */ /* basics */
html, body { html, body {
@ -307,4 +307,4 @@ button:active {
} }
.news-item { .news-item {
} }