Skip to content

Commit db4ad0b

Browse files
author
usbsync
committed
add baseBluePoint
1 parent d5d7343 commit db4ad0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/css/components/scene.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ body {
4141
border-radius: 14px;
4242
margin-right: 12px;
4343
padding: 0 8px;
44-
background-color: @baseblue;
44+
background-color: @baseBluePoint;
4545
font-size: 12px;
4646
color: #ffffff;
4747

src/css/static.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@
5959

6060
// 개편 color
6161
@baseblue: #4f80ff;
62+
@baseBluePoint: #3064ec;
6263
@basePurple: #8274ff;
6364
@basePurplePoint: #5e4dee;

0 commit comments

Comments
 (0)