site/_includes/styles/pages/admins.css
2025-07-12 21:56:54 -05:00

43 lines
No EOL
1.1 KiB
CSS

/* ╭─────────────────────────────────────╮
/ │ _ _ │
/ │ __ _ __| |_ __ ___ (_)_ __ ___ │
/ │ / _` |/ _` | '_ ` _ \| | '_ \/ __| │
/ │ | (_| | (_| | | | | | | | | | \__ \ │
/ │ \__,_|\__,_|_| |_| |_|_|_| |_|___/ │
/ ╰─────────────────────────────────────╯
/ admins - styling the admin cards on the admins page (admin.md) */
#admins section .card {
overflow: hidden;
position: relative;
.sona {
bottom: -3rem;
max-width: 15rem;
opacity: .5;
pointer-events: none;
position: absolute;
right: 0;
transform: rotate(16deg);
}
&.sneexy {
--accent: #65ff88;
}
&.senil {
--accent: #008E54;
.button-container .button:hover {
color: white !important;
}
}
&.unnick {
--accent: #0094FF;
.button-container .button:hover {
color: white !important;
}
}
}