mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(style) .cmd-button color : rgb(49,123,249) -> #222
This commit is contained in:
parent
66a4efb439
commit
945d6f3f9f
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ body {
|
|||
width: 5%;
|
||||
margin: 20px 2px 0 2px;
|
||||
overflow: hidden;
|
||||
color: rgb(49,123,249);
|
||||
color: #222;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
background-color: white;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue