mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-12-04 05:22:38 +03:00
Fixed incorrect color code causing yellow/orange code blocks
This commit is contained in:
@@ -234,7 +234,7 @@ blockquote {
|
|||||||
font-size: 0.84em;
|
font-size: 0.84em;
|
||||||
border: 1px solid #DDD;
|
border: 1px solid #DDD;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
@include lightDark(background-color, #f8f8f8f, #2b2b2b);
|
@include lightDark(background-color, #f8f8f8, #2b2b2b);
|
||||||
@include lightDark(border-color, #DDD, #444);
|
@include lightDark(border-color, #DDD, #444);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user