mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-03 16:23:35 +08: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:
@ -494,8 +494,7 @@ ul.pagination {
|
||||
}
|
||||
|
||||
.svg-icon {
|
||||
color: #FFF;
|
||||
fill: #FFF;
|
||||
@include lightDark(color, #fff, rgba(255, 255, 255, 0.6));
|
||||
font-size: 1.66rem;
|
||||
margin-inline-end: 0;
|
||||
position: absolute;
|
||||
@ -626,8 +625,7 @@ ul.pagination {
|
||||
.featured-image-container-wrap {
|
||||
position: relative;
|
||||
.svg-icon {
|
||||
color: #FFF;
|
||||
fill: #FFF;
|
||||
@include lightDark(color, #fff, rgba(255, 255, 255, 0.6));
|
||||
font-size: 2rem;
|
||||
margin-inline-end: 0;
|
||||
position: absolute;
|
||||
|
Reference in New Issue
Block a user