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

This commit is contained in:
moonlightwatch 2025-04-02 09:18:45 +08:00
parent efd684cd35
commit 33ac87e06b

View File

@ -86,12 +86,17 @@
background: #6C7486; background: #6C7486;
} }
.bookmarks a{
text-decoration: none;
color: #cadef8;
}
.bookmarks a:hover { .bookmarks a:hover {
color: #cadef8; color: #cadef8;
text-decoration: none;
} }
.bookmarks a:visited { .bookmarks a:visited {
color: #6C7486; color: #cadef8;
} }
} }
</style> </style>