Skip to content

Commit 6c08bf6

Browse files
lower recolor css precedence so note type templates work
Fixes #23
1 parent 9d5b9d7 commit 6c08bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addon/colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def get_theme_css() -> Tuple[str, str, str]:
128128
dark_mode_css += f"{css_name}: {entry[2]};\n"
129129

130130
extra_css = """
131-
.isMac button {
131+
html button {
132132
background: var(--button-bg);
133133
}
134134
.night-mode .isMac button {

0 commit comments

Comments
 (0)