Fix linked inline code block being unreadable

- Removed underline, added color
- Fixed index.html broken formatting
This commit is contained in:
Xevion
2022-04-05 12:07:52 -05:00
parent fafa46ff2e
commit c8f374c3d3
3 changed files with 10 additions and 3 deletions

View File

@@ -118,6 +118,14 @@ code {
font-style: normal !important;
}
.no-underline {
text-decoration: none;
}
a > code {
color: #90bcff;
}
code {
border: 1px solid rgb(150, 150, 150);
border-radius: 3px;