Fix color scheme for dark mode
This commit is contained in:
parent
f56acd65b0
commit
65933b5cb3
@ -20,6 +20,7 @@
|
|||||||
<style>
|
<style>
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
--domani-text: #233340;
|
||||||
--domani-bg: #fffef9;
|
--domani-bg: #fffef9;
|
||||||
--domani-blue: #1a477e;
|
--domani-blue: #1a477e;
|
||||||
--domani-orange: #c35136;
|
--domani-orange: #c35136;
|
||||||
@ -28,6 +29,7 @@
|
|||||||
body {
|
body {
|
||||||
background-color: var(--domani-bg);
|
background-color: var(--domani-bg);
|
||||||
padding-bottom: 3rem;
|
padding-bottom: 3rem;
|
||||||
|
color: var(--domani-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h1 a {
|
h1, h2, h3, h4, h5, h1 a {
|
||||||
@ -59,6 +61,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
color: var(--domani-text);
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border: 1px solid var(--domani-blue);
|
border: 1px solid var(--domani-blue);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user