Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 64b6cb3

Browse files
committed
update style
1 parent 667043a commit 64b6cb3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

assets/css/laravel-tracer.css

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.laravel-trace {
22
display: block;
3-
border: 4px solid #F4645F;
3+
outline: 1px dotted #F4645F;
44
}
55

66
.laravel-trace.no-trace {
@@ -13,9 +13,8 @@
1313
}
1414

1515
.laravel-trace .path {
16-
background: #F4645F;
17-
color: white;
18-
margin: 0;
19-
padding: 4px;
16+
background: #fff;
17+
color: #000;
18+
margin: 1;
2019
font-size: 12px;
2120
}

0 commit comments

Comments
 (0)