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