Skip to content

Commit e838024

Browse files
committed
add underline to <a> && add bgcolor to <code>
1 parent 1f127af commit e838024

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

styles/globals.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ body {
88

99
a {
1010
color: inherit;
11-
text-decoration: none;
11+
}
12+
13+
code:not([class]) {
14+
background-color: #eeeeee;
1215
}
1316

1417
* {

0 commit comments

Comments
 (0)