We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600fa49 commit 55e7b21Copy full SHA for 55e7b21
1 file changed
scss/_pages.scss
@@ -36,6 +36,20 @@
36
}
37
38
39
+// bug report page
40
+#main-content-container .cp__sidebar-main-content .cp__bug-report-reporter {
41
+ background: var(--ls-secondary-background-color) !important;
42
+
43
+ .cp__bug-report-item-button {
44
+ background-color: var(--ls-primary-background-color) !important;
45
+ opacity: 0.7;
46
47
+ &:hover {
48
+ opacity: unset;
49
+ }
50
51
+}
52
53
// =================================================================
54
.theme-inner.ls-hl-colored {
55
button[id="skip-to-main"] {
0 commit comments