mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-04-25 00:46:41 +07:00
improved settings page
This commit is contained in:
parent
70f6dcd495
commit
06d56d1800
19 changed files with 228 additions and 69 deletions
|
@ -54,3 +54,20 @@ pre {
|
|||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
background: var(--color-pre-background);
|
||||
margin-left: 0;
|
||||
padding: 5px 10px;
|
||||
border-radius: 4px;
|
||||
font-size: 0.9em;
|
||||
border-left: var(--color-border) 4px solid;
|
||||
|
||||
p {
|
||||
margin: 5px 0;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue