Реализация конфига

This commit is contained in:
lost+skunk 2024-07-06 00:46:25 +03:00
parent 8b839f9406
commit 7f1ab1b73d
14 changed files with 366 additions and 215 deletions

View file

@ -28,9 +28,12 @@ form input, button, select {
border: 0px;
border-radius: 1px;
}
.nsfw, .true {
.nsfw, .about-false {
color: red;
}
.about-true {
color: green;
}
.author {
color: seagreen;
}