More style tweaks

This commit is contained in:
Pieter Vander Vennet 2023-05-11 17:29:25 +02:00
parent 63a6fb2dd5
commit 07f9f1bb15
18 changed files with 304 additions and 188 deletions

View file

@ -34,7 +34,7 @@
--interactive-foreground: black;
--interactive-contrast: #ff00ff;
--button-background: #737373;
--button-background: black;
--button-foreground: white;
/**
@ -172,7 +172,6 @@ button.disabled:hover {
color: unset;
}
button:hover {
border: 2px solid var(--catch-detail-color-contrast);
background-color: var(--catch-detail-color);
@ -184,7 +183,6 @@ button:hover img {
border-radius: 100rem;
}
button {
display: inline-flex;
line-height: 1.25rem;
@ -319,6 +317,34 @@ label.checked {
border: 2px solid var(--foreground-color);
}
.active-links a{
/*
* Let a 'link' mimick a secondary button, but not entirely
*/
display: block;
width: 100%;
height: 100%;
padding: 3px;
margin: 0;
background: var(--low-interaction-background);
color: var(--low-interaction-foreground);
border: 2px solid var(--interactive-background);
border-radius: 0.5rem;
}
.active-links a:hover {
background-color: var(--interactive-background);
color: var(--catch-detail-foregroundcolor);
border-color: var(--catch-detail-color-contrast);
}
.active-links a:hover svg path {
fill: var(--catch-detail-foregroundcolor) !important;
}
/************************* OTHER CATEGORIES ********************************/
/**