[backend/razor] Adjust public preview styling to accommodate libmfm fixes
This commit is contained in:
parent
ec92483b30
commit
63eabbd8d0
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
align-items: flex-start;
|
||||
background-color: #f7f7f7;
|
||||
background-color: var(--background-alt);
|
||||
padding: 0 10px 0;
|
||||
padding: 10px;
|
||||
margin: 1em 0;
|
||||
border-radius: 6px;
|
||||
overflow: hidden;
|
||||
|
|
|
@ -158,7 +158,7 @@ q::after {
|
|||
blockquote {
|
||||
border-left: 4px solid #0096bfab;
|
||||
border-left: 4px solid var(--focus);
|
||||
margin: 1.5em 0;
|
||||
margin: 0.75em 0;
|
||||
padding: 0.5em 1em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue