aboutsummaryrefslogtreecommitdiff
path: root/ext/templates-display.html
diff options
context:
space:
mode:
authorKuuuube <61125188+Kuuuube@users.noreply.github.com>2024-06-30 20:42:39 -0400
committerGitHub <noreply@github.com>2024-07-01 00:42:39 +0000
commitfafa1967363577a40b84543cb71c84b52a8d5f7a (patch)
tree99d183fea88f44271e7916991ddcd3b79e6f573d /ext/templates-display.html
parentdd7a4dea728251487851c11c6161461263081902 (diff)
Fix dark/light mode footer message box colors (#1157)
Diffstat (limited to 'ext/templates-display.html')
-rw-r--r--ext/templates-display.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/templates-display.html b/ext/templates-display.html
index a948d4c3..f52fb1fa 100644
--- a/ext/templates-display.html
+++ b/ext/templates-display.html
@@ -167,7 +167,7 @@
<template id="tag-with-body-template"><span class="tag tag-has-body"><span class="tag-label"><span class="tag-label-content"></span></span><span class="tag-body"><span class="tag-body-content"></span></span></span></template>
<!-- Extra -->
-<template id="footer-notification-template"><div class="footer-notification scrollbar-inverse">
+<template id="footer-notification-template"><div class="footer-notification scrollbar">
<div class="footer-notification-body"></div>
<div class="footer-notification-close-button-container">
<button type="button" class="footer-notification-close-button"><span class="footer-notification-close-button-icon icon" data-icon="cross"></span></button>