mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-04-25 00:46:41 +07:00
added fonts and icons
This commit is contained in:
parent
1377d25403
commit
d7a09b2729
20 changed files with 694 additions and 18 deletions
|
@ -1,5 +1,6 @@
|
|||
@import "dockview/dist/styles/dockview.css";
|
||||
@import "reset.scss";
|
||||
@import "fonts.scss";
|
||||
@import "dark.scss";
|
||||
|
||||
html,
|
||||
|
@ -14,3 +15,13 @@ body {
|
|||
height: 100vh;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--color-link);
|
||||
}
|
||||
|
||||
ul {
|
||||
li p {
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue