We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d7343 commit db4ad0bCopy full SHA for db4ad0b
src/css/components/scene.less
@@ -41,7 +41,7 @@ body {
41
border-radius: 14px;
42
margin-right: 12px;
43
padding: 0 8px;
44
- background-color: @baseblue;
+ background-color: @baseBluePoint;
45
font-size: 12px;
46
color: #ffffff;
47
src/css/static.less
@@ -59,5 +59,6 @@
59
60
// 개편 color
61
@baseblue: #4f80ff;
62
+@baseBluePoint: #3064ec;
63
@basePurple: #8274ff;
64
@basePurplePoint: #5e4dee;
0 commit comments