mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed the dark mode border for What's New and changed text case for Staff Picks
refs: https://github.com/TryGhost/Team/issues/1531
This commit is contained in:
parent
516a7c3701
commit
d656258273
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<section class="gh-dashboard5-resource gh-dashboard5-staff-picks" {{did-insert this.load}}>
|
||||
<article class="gh-dashboard5-resource-box">
|
||||
<div class="gh-dashboard5-resource-title large">
|
||||
<h4>Staff Picks</h4>
|
||||
<h4>Staff picks</h4>
|
||||
<p>Hand picked stories from around the web, published with Ghost.</p>
|
||||
</div>
|
||||
<div class="gh-dashboard5-resource-body">
|
||||
|
|
|
@ -1149,7 +1149,8 @@ kbd {
|
|||
}
|
||||
|
||||
.gh-dashboard5-staff-picks .gh-dashboard5-resource-body,
|
||||
.gh-dashboard5-resource-box.is-secondary .gh-dashboard5-resource-footer {
|
||||
.gh-dashboard5-resource-box.is-secondary .gh-dashboard5-resource-footer,
|
||||
.gh-dashboard5-whats-new .gh-dashboard5-resource-body {
|
||||
border-color: #2c2e32;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue