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;
color: #f6af35; }
.notices {
padding: 1px 1px 1px 30px;
margin: 15px 0; }
.tntsearch-form .form-input {
border: 2px solid #b07eb5;
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 {
border-left: 10px solid #ffa800;
background: #201304;
color: #f6af35; }
.tntsearch-dropdown ~ .tntsearch-results .row {
width: auto;
background: #724879;
padding: 5px;
text-align: left;
color: #dddddd; }
/*# sourceMappingURL=theme.css.map */

File diff suppressed because one or more lines are too long

View File

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