Compare commits
2 Commits
a98cd01666
...
c3c9ae5b1a
Author | SHA1 | Date | |
---|---|---|---|
c3c9ae5b1a | |||
8fb3e06bbe |
@ -8,3 +8,13 @@ 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,4 +983,13 @@ 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