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

Comments: Checked content/arhived comment styles in dark mode

Also added default non-clickable styles for scenarios for references
which don't have an active content link.
This commit is contained in:
Dan Brown
2025-05-09 14:17:04 +01:00
parent a27df485bb
commit f8c0aaff03
2 changed files with 9 additions and 2 deletions

View File

@ -248,7 +248,7 @@ body.tox-fullscreen, body.markdown-fullscreen {
z-index: 92;
pointer-events: all;
min-width: min(340px, 80vw);
background-color: #FFF;
@include mixins.lightDark(background-color, #FFF, #222);
box-shadow: vars.$bs-hover;
border-radius: 4px;
overflow: hidden;