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

@@ -208,7 +208,7 @@ Haha, no, it still doesn't work, and I never found out why. Additionally, the `p
[abandoned and archived][profanity-filter-github] by its author.
So, to replace it, I simply started looking for a new package that had the same functionality without requiring some kind of
NLP text-processing module, and I eventually found [`better-profanity`][better-profanity-pypi]. It ended up being a
NLP text-processing module, and I eventually found [`better-profanity`][better-profanity-pypi]{: .no-underline}. It ended up being a
drop-in replacement, although it seems to have fewer features *and* holes in its profanity detection. But, for now,
it's good enough.

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;

View File

@@ -1,6 +1,5 @@
---
layout: posts
tag: home
_preview_description: Xevion.dev is my personal website where I keep a portfolio of projects, put posts that interest me,
and generally a playground for anything that doesn't fit anywhere else.
_preview_description: Xevion.dev is my personal website where I keep a portfolio of projects, put posts that interest me, and generally a playground for anything that doesn't fit anywhere else.
---