Compare commits

..

2 Commits

Author SHA1 Message Date
exu
c3c9ae5b1a Update theme for tntsearch 2024-09-18 17:10:39 +02:00
exu
8fb3e06bbe Add how-to for scss compilation 2024-09-18 17:10:26 +02:00
3 changed files with 20 additions and 1 deletions

View File

@ -8,3 +8,13 @@ A custom dark theme based on Learn2
## SCSS Watching
To compile scss into css, install the package `ruby-sass`
```sh
scss --watch scss:css-compiled
```
For one-time executions:
```sh
scss --update scss:css-compiled
```

View File

@ -983,4 +983,13 @@ thead {
background: #201304;
color: #f6af35; }
.notices {
padding: 1px 1px 1px 30px;
margin: 15px 0; }
.notices.yellow {
border-left: 10px solid #ffa800;
background: #201304;
color: #f6af35; }
/*# sourceMappingURL=theme.css.map */

File diff suppressed because one or more lines are too long