mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-04-25 00:46:41 +07:00
added themes, extension manifest and layout splits
This commit is contained in:
parent
9a4eb6ef58
commit
1377d25403
13 changed files with 176 additions and 15 deletions
|
@ -1,9 +1,13 @@
|
|||
@import "dockview/dist/styles/dockview.css";
|
||||
@import "reset.scss";
|
||||
@import "dark.scss";
|
||||
|
||||
html,
|
||||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: var(--color-text);
|
||||
background: var(--color-background);
|
||||
}
|
||||
|
||||
#root {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue