mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-04-25 00:46:41 +07:00
made simplier editor, added color coding
This commit is contained in:
parent
601eda17de
commit
c1533e9cb9
15 changed files with 287 additions and 43 deletions
|
@ -25,3 +25,25 @@ ul {
|
|||
margin: 0.5em 0;
|
||||
}
|
||||
}
|
||||
|
||||
code {
|
||||
background: var(--color-code-background);
|
||||
color: var(--color-code-text);
|
||||
border-radius: 4px;
|
||||
padding: 0 5px;
|
||||
font-family: inherit;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
pre {
|
||||
background: var(--color-pre-background);
|
||||
padding: 10px;
|
||||
border-radius: 4px;
|
||||
font-size: inherit;
|
||||
|
||||
code {
|
||||
padding: 0;
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue