mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Rolled dark mode out to the editors
- Updated editor, and other area, styles to look okay in dark mode. - Used tinyMCE theme generator to create dark mode theme. - Updated tinymce to latest 4x version.
This commit is contained in:
@ -2,7 +2,7 @@ table {
|
||||
min-width: 100px;
|
||||
max-width: 100%;
|
||||
thead {
|
||||
background-color: #F8F8F8;
|
||||
@include lightDark(background-color, #f8f8f8, #333);
|
||||
font-weight: 500;
|
||||
}
|
||||
td, th {
|
||||
|
Reference in New Issue
Block a user