mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
10 lines
152 B
CSS
10 lines
152 B
CSS
:root {
|
|
--theme-blue: #3399FF;
|
|
--theme-green: #64CF40;
|
|
--theme-orange: #F6A623;
|
|
--theme-black: #FFFFFF;
|
|
}
|
|
|
|
:focus {
|
|
outline: none;
|
|
} |