Compare commits

..

No commits in common. "c3c9ae5b1af82cb42db6cea01edd22cb5d59e1d0" and "a98cd016667d488a20f74e4e93e97fa3d8c32bf8" have entirely different histories.

3 changed files with 1 additions and 20 deletions

View File

@ -8,13 +8,3 @@ 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,13 +983,4 @@ 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