mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-06 03:16:58 -06:00
Fix linked inline code block being unreadable
- Removed underline, added color - Fixed index.html broken formatting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user