Skip to content

Commit 98987a4

Browse files
committed
css: code within links also highlighted
1 parent 9b38972 commit 98987a4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

assets/themes/twitter/css/kbroman.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ code {
44
color: black;
55
background-color: white;
66
border: 0px solid white;
7+
}
8+
9+
a code {
10+
color: #08c;
711
}

0 commit comments

Comments
 (0)