Skip to content

Commit 55e7b21

Browse files
committed
fix(pages): fix bug-report-page style
1 parent 600fa49 commit 55e7b21

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

scss/_pages.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,20 @@
3636
}
3737
}
3838

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+
3953
// =================================================================
4054
.theme-inner.ls-hl-colored {
4155
button[id="skip-to-main"] {

0 commit comments

Comments
 (0)