accidentally compiled wrong path

This commit is contained in:
exu 2024-09-18 17:15:24 +02:00
parent c3c9ae5b1a
commit 78cf9171e7
3 changed files with 17 additions and 10 deletions

View File

@ -983,13 +983,20 @@ thead {
background: #201304; background: #201304;
color: #f6af35; } color: #f6af35; }
.notices { .tntsearch-form .form-input {
padding: 1px 1px 1px 30px; border: 2px solid #b07eb5;
margin: 15px 0; } background: #7d4b82;
border-radius: 4px; }
.tntsearch-form .form-input label {
color: rgba(200, 200, 200, 0.8); }
.tntsearch-form .form-input input {
color: #fff; }
.notices.yellow { .tntsearch-dropdown ~ .tntsearch-results .row {
border-left: 10px solid #ffa800; width: auto;
background: #201304; background: #724879;
color: #f6af35; } padding: 5px;
text-align: left;
color: #dddddd; }
/*# sourceMappingURL=theme.css.map */ /*# sourceMappingURL=theme.css.map */

File diff suppressed because one or more lines are too long

View File

@ -41,4 +41,4 @@
@import "theme/notices"; @import "theme/notices";
// TNT Search // TNT Search
@import "theme/notices"; @import "theme/tntsearch";