Fixed code blocks being unreadable in light mode
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
This commit is contained in:
parent
7f12cdc3e7
commit
f6e21cbc1f
@ -13,7 +13,7 @@ html { box-sizing: border-box; }
|
|||||||
}
|
}
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
:root {
|
:root {
|
||||||
--bg-color: #111111;
|
--bg-color: #000000;
|
||||||
--fg-color: #ffffff;
|
--fg-color: #ffffff;
|
||||||
--selection-bg-color: var(--accent);
|
--selection-bg-color: var(--accent);
|
||||||
--selection-fg-color: #000000;
|
--selection-fg-color: #000000;
|
||||||
@ -91,7 +91,11 @@ code {
|
|||||||
padding: 2px;
|
padding: 2px;
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
background-color: #000000;
|
background-color: var(--fg-color);
|
||||||
|
color: var(--bg-color);
|
||||||
|
}
|
||||||
|
code a {
|
||||||
|
text-decoration-color: var(--fg-color); !important
|
||||||
}
|
}
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 id="headline">Hey dear stanger!</h1>
|
<h1 id="headline">Hey dear stanger!</h1>
|
||||||
<p>This is <a href="https://privacynerd.de/"><code>privacynerd.de</code></a>. I'm mostly known as BlueFox and host some services in the internet. I love coding and publish blog posts every know and then. <br />
|
<p>This is <code><a href="https://privacynerd.de/">privacynerd.de</a></code>. I'm mostly known as BlueFox and host some services in the internet. I love coding and publish blog posts every know and then. <br />
|
||||||
<i>Stay optimistic!</i></p>
|
<i>Stay optimistic!</i></p>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user