Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@define-color background rgb(26, 27, 38);
|
||||
@define-color background-t0 alpha(@background, 0.8);
|
||||
@define-color background-t1 alpha(@background, 0.7);
|
||||
@define-color background-t2 alpha(@background, 0.6);
|
||||
@define-color border #33ccff;
|
||||
|
||||
:root {
|
||||
--border-radius: 8px;
|
||||
}
|
||||
Reference in New Issue
Block a user