mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
initial theme implementation
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
@import "generic/misc";
|
||||
|
||||
|
||||
@import "components/admin-panel";
|
||||
@import "components/toolbar";
|
||||
@import "components/entry-list";
|
||||
@import "components/subscription-list";
|
||||
@import "components/help";
|
||||
|
||||
@import "mobile/mobile";
|
||||
@import "mobile/mobile";
|
||||
|
||||
@import "themes/test";
|
||||
5
src/main/webapp/sass/themes/_test.scss
Normal file
5
src/main/webapp/sass/themes/_test.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
#theme-test {
|
||||
body {
|
||||
background-color: black
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user