Compare commits
No commits in common. "c3c9ae5b1af82cb42db6cea01edd22cb5d59e1d0" and "a98cd016667d488a20f74e4e93e97fa3d8c32bf8" have entirely different histories.
c3c9ae5b1a
...
a98cd01666
@ -8,13 +8,3 @@ A custom dark theme based on Learn2
|
|||||||
|
|
||||||
## SCSS Watching
|
## SCSS Watching
|
||||||
To compile scss into css, install the package `ruby-sass`
|
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
|
|
||||||
```
|
|
||||||
|
@ -983,13 +983,4 @@ thead {
|
|||||||
background: #201304;
|
background: #201304;
|
||||||
color: #f6af35; }
|
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 */
|
/*# sourceMappingURL=theme.css.map */
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user