Skip to content

Commit 69aa284

Browse files
committed
Admin: Match welcome panel to other dashboard widgets.
Set the Welcome Panel to have the same border color as the other dashboard widgets following the admin reskin. Props marc4, fabiankaegy, joedolson. Fixes #64741. git-svn-id: https://develop.svn.wordpress.org/trunk@61758 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 84caa24 commit 69aa284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/css/dashboard.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
position: relative;
141141
overflow: auto;
142142
margin: 16px 0;
143-
background-color: #151515;
143+
background-color: #c3c4c7;
144144
border: 1px solid rgb(0, 0, 0, 0.1);
145145
border-radius: 8px;
146146
font-size: 14px;

0 commit comments

Comments
 (0)