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

MD Editor: Fixed plaintext dark styles, updated npm packages

This commit is contained in:
Dan Brown
2025-07-23 14:59:26 +01:00
parent 53f32849a9
commit 3b9c0b34ae
2 changed files with 368 additions and 326 deletions

691
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -55,7 +55,8 @@
font-style: normal;
font-weight: 400;
padding: vars.$xs vars.$m;
color: #444;
@include mixins.lightDark(color, #444, #aaa);
@include mixins.lightDark(background-color, #fff, #222);
border-radius: 0;
height: 100%;
font-size: 14px;