This repository has been archived on 2021-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
envoy/src/main/resources/css/dark.css

7 lines
98 B
CSS
Raw Normal View History

.root{
--background=#000000;
background: var(--background);
}
.button{
color: rgb(105,0,153);
}