mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-30 07:32:39 +01:00
Fixed incorrect color code causing yellow/orange code blocks
This commit is contained in:
parent
dfceab7cfa
commit
2a2d0aa15b
@ -234,7 +234,7 @@ blockquote {
|
||||
font-size: 0.84em;
|
||||
border: 1px solid #DDD;
|
||||
border-radius: 3px;
|
||||
@include lightDark(background-color, #f8f8f8f, #2b2b2b);
|
||||
@include lightDark(background-color, #f8f8f8, #2b2b2b);
|
||||
@include lightDark(border-color, #DDD, #444);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user