piermesh/src/Splash/res/css/style.css

38 lines
604 B
CSS
Raw Normal View History

2024-08-01 01:09:11 +00:00
:root {
--palette-text-white: #FFFFFF;
--palette-text-black: #000000;
--palette-text-three: #3A424D;
--palette-text-four: #5B8080;
--palette-one: #3A4D24;
--palette-two: #A6B08E;
--palette-three: #879B77;
--palette-four: #61805B;
}
html {
background-color: var(--palette-one);
color: var(--palette-text-white);
font-family: 'Ubuntu Nerd Font';
padding: 10px;
}
.plank {
padding: 10px;
background-color: var(--palette-two);
}
ul {
padding: 0;
list-style-type: none !important;
}
li {
padding-top: 5px;
}
input[type=text],
input[type=number] {
min-width: 150px;
}