1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

CSS: Reduced styles used in export formats

Extracted many main page content styles to own scss partial.
Styles could do with a more general clean-up.

Closes #4303
This commit is contained in:
Dan Brown
2023-06-14 13:18:14 +01:00
parent 610ad0d613
commit 70be2e8c9e
6 changed files with 179 additions and 177 deletions

View File

@ -211,7 +211,8 @@ pre {
blockquote {
display: block;
position: relative;
border-left: 4px solid var(--color-primary);
border-left: 4px solid transparent;
border-left-color: var(--color-primary);
@include lightDark(background-color, #f8f8f8, #333);
padding: $-s $-m $-s $-xl;
overflow: auto;