generated from nhcarrigan/template
ad6b0c6f5a
## Summary - Aligns the client with the NHCarrigan style guide (witch palette, Griffy/Kalam fonts, shared stylesheet) - Fixes sanctions page to sort by case number descending - Updates all Hikari image URLs to `cdn.nhcarrigan.com/hikari.png` - Adds Support link to nav (https://support.nhcarrigan.com) - Fixes Chat nav link to point to https://chat.nhcarrigan.com ✨ This issue was created with help from Hikari~ 🌸 Reviewed-on: #21 Co-authored-by: Hikari <hikari@nhcarrigan.com> Co-committed-by: Hikari <hikari@nhcarrigan.com>
16 lines
333 B
CSS
16 lines
333 B
CSS
.btn {
|
|
display: inline-block;
|
|
padding: 10px 20px;
|
|
background-color: var(--accent);
|
|
color: var(--witch-moon);
|
|
text-decoration: none;
|
|
border-radius: 50px;
|
|
border: 2px solid var(--border);
|
|
}
|
|
|
|
.btn:hover {
|
|
background-color: var(--highlight);
|
|
color: var(--foreground);
|
|
transition: background-color 0.3s, color 0.3s;
|
|
}
|