Make Thrimbletrimmer darker

pull/239/head
ElementalAlchemist 3 years ago committed by Mike Lang
parent d37175f914
commit e47408af2f

Binary file not shown.

Before

Width:  |  Height:  |  Size: 643 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 637 B

After

Width:  |  Height:  |  Size: 4.8 KiB

@ -3,6 +3,36 @@ body {
* and makes some renderings bad. * and makes some renderings bad.
*/ */
font-family: "Arial", sans-serif; font-family: "Arial", sans-serif;
background: #222;
color: #fff;
}
a {
color: #ccf;
}
input,
textarea {
background: #222;
color: #fff;
border-color: #444;
}
textarea {
/* This will look better if it's consistent with input fields */
border-style: inset;
border-width: 2px;
}
button,
select {
background: #333;
color: #fff;
}
button:active {
background: #000;
} }
a, a,
@ -109,6 +139,7 @@ a,
* a height bound for the waveform image. * a height bound for the waveform image.
*/ */
max-height: 100px; max-height: 100px;
filter: invert(90%);
} }
#waveform-marker { #waveform-marker {
@ -133,7 +164,7 @@ a,
right: 0; right: 0;
border: 1px solid #000; border: 1px solid #000;
padding: 2px; padding: 2px;
background: #fff; background: #222;
} }
#editor-help-box h2 { #editor-help-box h2 {
@ -179,7 +210,7 @@ a,
#video-info-editor-notes-container { #video-info-editor-notes-container {
border: 1px solid #666; border: 1px solid #666;
background-color: #bde; background-color: #125;
grid-column-end: span 2; grid-column-end: span 2;
} }

Loading…
Cancel
Save