Skip to content

Commit e9ac106

Browse files
committed
add label color to code
1 parent d1373a7 commit e9ac106

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/css/base.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ code {
105105
padding: 1px 4px;
106106
border-radius: var(--border-radius);
107107
background-color: var(--color-label-bg);
108+
color: var(--color-label-text);
108109
}
109110

110111
b,

0 commit comments

Comments
 (0)