Add watchdog

This commit is contained in:
Yan Lin 2025-05-16 17:31:36 +02:00
parent 329914e70b
commit 67cd160015
4 changed files with 49 additions and 3 deletions

4
dist/index.css vendored
View file

@ -84,6 +84,7 @@
--primary-text: #58151c;
--secondary-text: #052c65;
--link-hover-color: #555;
--link-hover-color-rgb: 85, 85, 85;
}
@media (prefers-color-scheme: dark) {
@ -98,6 +99,7 @@
--primary-text: #ffddb3;
--secondary-text: #c6e2ff;
--link-hover-color: #ddd;
--link-hover-color-rgb: 221, 221, 221;
}
}
@ -173,7 +175,7 @@ main.container {
}
.blog-link {
color: var(--link-color);
color: var(--text-color);
}
.blog-link:hover {

BIN
dist/profile.webp vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 722 KiB

After

Width:  |  Height:  |  Size: 121 KiB

Before After
Before After