fix: a label style
All checks were successful
Upload / Explore-Gitea-Actions (push) Successful in 40s

This commit is contained in:
moonlightwatch 2025-04-02 09:12:58 +08:00
parent 043230ab89
commit 1e65cce6a5

View File

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