Skip to content

Commit

Permalink
dark.css fixes
Browse files Browse the repository at this point in the history
fixes: #154
  • Loading branch information
skerbis authored Dec 4, 2021
1 parent 176e263 commit 9d13743
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions assets/dark.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:root {
/* Overrides the border radius setting in the theme. */
--ck-border-radius: 4px;
--ck-color-base-background: #000;
--ck-color-base-border: #333;
--ck-color-base-background: #000;
--ck-color-base-border: #333;
/* Overrides the default font size in the theme. */
--ck-font-size-base: 14px;

Expand Down Expand Up @@ -110,3 +110,13 @@ background: var(--ck-color-base-background);
border-radius: 0;
border-color: #999;
}

.ck-content .image > figcaption, .ck-content blockquote {
background-color: var( --ck-custom-background);
color: #ccc;
}

body:not(.rex-theme-light) .ck-content blockquote {
border-left-color:#bbb;
}

0 comments on commit 9d13743

Please sign in to comment.