Add Civitai link and icon styles, enhance modal management

This commit is contained in:
Will Miao
2025-03-06 18:17:24 +08:00
parent 61ea42353d
commit cfcc954ffe
4 changed files with 58 additions and 25 deletions

View File

@@ -1342,4 +1342,21 @@ input:checked + .toggle-slider:before {
color: var(--text-color);
}
/* Civitai link styles */
.civitai-link {
display: flex;
align-items: center;
gap: 8px;
}
.civitai-icon {
width: 20px;
height: 20px;
color: #1b98e4; /* Civitai brand blue color */
}
.social-link:hover .civitai-icon {
color: white; /* Icon color changes to white on hover */
}
/* ...existing code... */