Skip to content

Commit 436f8cd

Browse files
authored
fix: [Views] adjust panel top spacing (codeigniter4#9477)
* fix: panel top spacing * change brand primary color with the actual color code * update environment panel to top
1 parent 770e067 commit 436f8cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Views/errors/html/debug.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--main-text-color: #555;
44
--dark-text-color: #222;
55
--light-text-color: #c7c7c7;
6-
--brand-primary-color: #E06E3F;
6+
--brand-primary-color: #DC4814;
77
--light-bg-color: #ededee;
88
--dark-bg-color: #404040;
99
}
@@ -71,7 +71,7 @@ p.lead {
7171
text-align: center;
7272
padding: calc(4px + 0.2083vw);
7373
width: 100%;
74-
margin-top: -2.14rem;
74+
top: 0;
7575
position: fixed;
7676
}
7777

0 commit comments

Comments
 (0)