1
0
mirror of https://github.com/ArcticFoxes-net/ONC-Converter synced 2024-09-16 14:44:42 -04:00
ONC-Converter/css/style.css
Tommy 1ba8ababf9
Convert to dark theme
Signed-off-by: Tommy <contact@tommytran.io>
2022-11-21 22:29:41 -05:00

45 lines
663 B
CSS

body {
background-color: #1F2125;
color: #DADADB;
}
a{
color: inherit;
}
#output {
background-color: #26282D;
}
#log {
width: 50em;
min-height: 7em;
border: 1px solid grey;
overflow-x: auto;
background-color: #26282D;
}
#log>p {
margin: 0px;
}
input::file-selector-button {
color: #DADADB;
background-color: #26282D;
border: thin solid grey;
border-radius: 3px;
}
.input_field {
color: #DADADB;
background-color: #26282D;
border: thin solid grey;
border-radius: 3px;
}
.button {
color: #DADADB;
background-color: #26282D;
border: thin solid grey;
border-radius: 3px;
}