fix: a color to 7777ff
All checks were successful
Upload / Explore-Gitea-Actions (push) Successful in 31s

This commit is contained in:
moonlightwatch 2025-04-02 09:25:10 +08:00
parent 33ac87e06b
commit 7387babeba

View File

@ -88,7 +88,7 @@
.bookmarks a{ .bookmarks a{
text-decoration: none; text-decoration: none;
color: #cadef8; color: #7777ff;
} }
.bookmarks a:hover { .bookmarks a:hover {
@ -96,7 +96,7 @@
} }
.bookmarks a:visited { .bookmarks a:visited {
color: #cadef8; color: #7777ff;
} }
} }
</style> </style>