Skip to content

Commit 843b005

Browse files
cah-danmonroeJen Weber
authored andcommitted
Small CSS fixes (#31)
- Font color for inline code text - Removed text decoration for the edit pencil icon
1 parent 2c5f93f commit 843b005

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/styles/app.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
code {
2+
color: #212121;
3+
}
4+
a.edit-page {
5+
text-decoration: none;
6+
}

0 commit comments

Comments
 (0)