partially fixed dark mode
This commit is contained in:
parent
7589aeaa04
commit
f32a21be4a
|
@ -33,8 +33,8 @@
|
||||||
:root {
|
:root {
|
||||||
--contrast: #323436;
|
--contrast: #323436;
|
||||||
--contrast2: #202124;
|
--contrast2: #202124;
|
||||||
--bar: #2d2f31;
|
--bar: #242424;
|
||||||
--editor: #202124;
|
--editor: #1E1E1E;
|
||||||
--text-color: #ffffff;
|
--text-color: #ffffff;
|
||||||
--border-color: #393b3d;
|
--border-color: #393b3d;
|
||||||
--theme-color: #3584e4;
|
--theme-color: #3584e4;
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
--note-button-hover: #2a2c2f;
|
--note-button-hover: #2a2c2f;
|
||||||
--note-button-text-color: #ffffff;
|
--note-button-text-color: #ffffff;
|
||||||
--unselected-note-button-text-color: #ffffff;
|
--unselected-note-button-text-color: #ffffff;
|
||||||
--option-background: #202124;
|
--option-background: #242424;
|
||||||
--icon-button-hover: #333333;
|
--icon-button-hover: #333333;
|
||||||
--invertdm: 100%;
|
--invertdm: 100%;
|
||||||
}
|
}
|
||||||
|
@ -226,6 +226,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.topBar .modernToolbar .count {
|
.topBar .modernToolbar .count {
|
||||||
|
color: var(--text-color);
|
||||||
background-color: rgba(0, 0, 0, 0);
|
background-color: rgba(0, 0, 0, 0);
|
||||||
border: none;
|
border: none;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
@ -279,7 +280,6 @@ body {
|
||||||
|
|
||||||
.topBar .usernameBox img {
|
.topBar .usernameBox img {
|
||||||
height: 22px;
|
height: 22px;
|
||||||
filter: invert(var(--invertdm));
|
|
||||||
}
|
}
|
||||||
.notesBar {
|
.notesBar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -555,9 +555,8 @@ iframe#markdown {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.optionsDiv .fontManipulator button {
|
.optionsDiv .fontManipulator button {
|
||||||
width: 45px;
|
width: 43.5px;
|
||||||
background-color: var(--nonimporant-theme-color);
|
background-color: var(--nonimporant-theme-color);
|
||||||
color: var(--nonimportant-text-color);
|
color: var(--nonimportant-text-color);
|
||||||
transition: 0.125s;
|
transition: 0.125s;
|
||||||
|
|
Reference in New Issue