2019-05-11 19:32:02 +08:00

10 lines
152 B
CSS

:root {
--theme-blue: #3399FF;
--theme-green: #64CF40;
--theme-orange: #F6A623;
--theme-black: #FFFFFF;
}
:focus {
outline: none;
}