mirror of
https://github.com/Buriburizaem0n/live2d.git
synced 2026-02-04 03:20:02 +00:00
modified color of tool bar
This commit is contained in:
@@ -170,7 +170,7 @@
|
||||
}
|
||||
|
||||
#waifu-tool span {
|
||||
color: #5b6c7d;
|
||||
color: #284fd2;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
line-height: 30px;
|
||||
@@ -179,7 +179,7 @@
|
||||
}
|
||||
|
||||
#waifu-tool span:hover {
|
||||
color: #0684bd; /* #34495e */
|
||||
color: #f3a9d2; /* #34495e */
|
||||
}
|
||||
|
||||
/* 当用户点击时(:active),让工具栏可见 */
|
||||
|
||||
Reference in New Issue
Block a user