Files
twitch-miner/assets/dark-theme.css
0815Cracky ff22f47b90 update
2024-02-27 11:46:37 +01:00

39 lines
643 B
CSS

body, .dropdown *, .input {
background: #343E59;
color: #fff;
}
a {
color: #fff;
}
a:hover {
color: #f9826c;
}
.box {
background-color: #2B2D3E;
}
.tabs a {
border-bottom-color: #dbdbdb;
color: #fff;
border-bottom-style: none;
}
.tabs li.is-active a {
border-bottom-color: #f9826c;
color: #fff;
border-bottom-style: solid;
}
.tabs a:hover {
border-bottom-color: #dbdbdb;
color: #dbdbdb;
border-bottom-style: solid;
}
.tabs ul{
margin-bottom: 5px;
border-bottom-style: none;
}
.checkbox:hover{
color: #f9826c;
}
#log-content {
color: #fff;
background-color: #2B2D3E;
}