kopia lustrzana https://github.com/dgtlmoon/changedetection.io
UI - Live filters preview - dark mode improvements
rodzic
45c444d0db
commit
e9e063e18e
|
@ -35,10 +35,10 @@ body.preview-text-enabled {
|
||||||
|
|
||||||
/* actual preview area */
|
/* actual preview area */
|
||||||
.monospace-preview {
|
.monospace-preview {
|
||||||
background: var(--color-grey-900);
|
background: var(--color-background-input);
|
||||||
border: 1px solid var(--color-grey-600);
|
border: 1px solid var(--color-grey-600);
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
color: var(--color-grey-100);
|
color: var(--color-text-input);
|
||||||
font-family: "Courier New", Courier, monospace; /* Sets the font to a monospace type */
|
font-family: "Courier New", Courier, monospace; /* Sets the font to a monospace type */
|
||||||
font-size: 70%;
|
font-size: 70%;
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
|
|
|
@ -480,10 +480,10 @@ body.preview-text-enabled {
|
||||||
body.preview-text-enabled #activate-text-preview {
|
body.preview-text-enabled #activate-text-preview {
|
||||||
background-color: var(--color-grey-500); }
|
background-color: var(--color-grey-500); }
|
||||||
body.preview-text-enabled .monospace-preview {
|
body.preview-text-enabled .monospace-preview {
|
||||||
background: var(--color-grey-900);
|
background: var(--color-background-input);
|
||||||
border: 1px solid var(--color-grey-600);
|
border: 1px solid var(--color-grey-600);
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
color: var(--color-grey-100);
|
color: var(--color-text-input);
|
||||||
font-family: "Courier New", Courier, monospace;
|
font-family: "Courier New", Courier, monospace;
|
||||||
/* Sets the font to a monospace type */
|
/* Sets the font to a monospace type */
|
||||||
font-size: 70%;
|
font-size: 70%;
|
||||||
|
|
Ładowanie…
Reference in New Issue