mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-04-27 13:53:01 +02:00
Add themes to stylesheet
This commit is contained in:
parent
e65482b282
commit
a6d4a77eb9
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@
|
|||
@import 'scss/themes/default';
|
||||
@import 'scss/themes/dark';
|
||||
@import 'scss/themes/light';
|
||||
@import 'scss/themes/blue';
|
||||
@import 'scss/themes/green';
|
||||
@import 'scss/themes/royal';
|
||||
@import 'scss/themes/mint';
|
||||
@import 'scss/themes/grape';
|
||||
|
||||
html, body {
|
||||
font-family: $font;
|
||||
|
|
Loading…
Add table
Reference in a new issue