Skip to content

Commit 674b2c6

Browse files
authored
Update border color for welcome panel in dashboard CSS
1 parent 78fb8f2 commit 674b2c6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/wp-admin/css/dashboard.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@
140140
position: relative;
141141
overflow: auto;
142142
margin: 16px 0;
143-
background-color: #c3c4c7;
144-
border: 1px solid rgb(0, 0, 0, 0.1);
143+
border: 1px solid #c3c4c7;
145144
border-radius: 8px;
146145
font-size: 14px;
147146
line-height: 1.3;

0 commit comments

Comments
 (0)