diff options
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/whatsnew.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/css/whatsnew.scss b/core/css/whatsnew.scss index 1c2ab08333a..e13cdf86256 100644 --- a/core/css/whatsnew.scss +++ b/core/css/whatsnew.scss @@ -9,7 +9,6 @@ bottom: 35px !important; left: 15px !important; width: 270px; - background-color: var(--color-background-dark); } .whatsNewPopover p { @@ -17,7 +16,7 @@ } .whatsNewPopover .caption { - font-weight: bolder; + font-weight: bold; cursor: auto !important; } |