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 */
|
||||
.monospace-preview {
|
||||
background: var(--color-grey-900);
|
||||
background: var(--color-background-input);
|
||||
border: 1px solid var(--color-grey-600);
|
||||
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-size: 70%;
|
||||
overflow-x: scroll;
|
||||
|
|
|
@ -480,10 +480,10 @@ body.preview-text-enabled {
|
|||
body.preview-text-enabled #activate-text-preview {
|
||||
background-color: var(--color-grey-500); }
|
||||
body.preview-text-enabled .monospace-preview {
|
||||
background: var(--color-grey-900);
|
||||
background: var(--color-background-input);
|
||||
border: 1px solid var(--color-grey-600);
|
||||
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-size: 70%;
|
||||
|
|
Ładowanie…
Reference in New Issue