diff --git a/backstage/about.php b/backstage/about.php index edcf133a5..b17dbc035 100755 --- a/backstage/about.php +++ b/backstage/about.php @@ -69,8 +69,10 @@
  • +
  • +
  • diff --git a/backstage/css/night.less b/backstage/css/night.less index 5b800cf44..44e48467c 100644 --- a/backstage/css/night.less +++ b/backstage/css/night.less @@ -116,4 +116,10 @@ background-color: #1a79bc; } } + + .release-notes { + h2 { + border-bottom: 1px solid #393939; + } + } } \ No newline at end of file diff --git a/backstage/css/style.css b/backstage/css/style.css index 274e21d6d..5d57fccab 100755 --- a/backstage/css/style.css +++ b/backstage/css/style.css @@ -1845,6 +1845,9 @@ input[type="checkbox"] { color: #dcedf8; background-color: #1a79bc; } +.night .release-notes h2 { + border-bottom: 1px solid #393939; +} * { border-radius: 0 !important; box-shadow: none !important;