mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-06 05:17:00 -06:00
Fix linked inline code block being unreadable
- Removed underline, added color - Fixed index.html broken formatting
This commit is contained in:
@@ -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.
|
[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
|
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,
|
drop-in replacement, although it seems to have fewer features *and* holes in its profanity detection. But, for now,
|
||||||
it's good enough.
|
it's good enough.
|
||||||
|
|
||||||
|
|||||||
@@ -118,6 +118,14 @@ code {
|
|||||||
font-style: normal !important;
|
font-style: normal !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-underline {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a > code {
|
||||||
|
color: #90bcff;
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
border: 1px solid rgb(150, 150, 150);
|
border: 1px solid rgb(150, 150, 150);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
layout: posts
|
layout: posts
|
||||||
tag: home
|
tag: home
|
||||||
_preview_description: Xevion.dev is my personal website where I keep a portfolio of projects, put posts that interest me,
|
_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.
|
||||||
and generally a playground for anything that doesn't fit anywhere else.
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user