mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(style) .current-file box-shadow: 1.5px -> 1px
This commit is contained in:
parent
ea990330e6
commit
56fe6f2efe
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ body, pre, code {
|
|||
}
|
||||
|
||||
.current-file {
|
||||
box-shadow: 0 0 0 1.5px rgba(49, 123, 249, 0.4) inset;
|
||||
box-shadow: 0 0 0 1px rgba(49, 123, 249, 0.4) inset;
|
||||
}
|
||||
|
||||
.cut-file {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue