style: underline contributor links + timezone select placeholder color

- join.vue: underline links inside .checkbox-label
- profile.vue: underline .posts-empty-link by default; remove hover-only
  underline rule; tint timezone select placeholder via :deep slot
This commit is contained in:
Jennie Robinson Faber 2026-04-26 17:55:54 +01:00
parent 0f841912e2
commit 0c489cf2c3
2 changed files with 4 additions and 3 deletions

View file

@ -1017,6 +1017,7 @@ onUnmounted(() => {
.checkbox-label a,
.checkbox-label :deep(a) {
color: var(--candle);
text-decoration: underline;
}
/* ---- ERROR & SUCCESS BOXES ---- */