zenno: tooltips on skills

This commit is contained in:
2026-05-25 15:30:32 -04:00
parent a89ef8fc4c
commit 7b45b8761b
3 changed files with 248 additions and 7 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ html {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
}
body {
body,
.skill-tip {
background-color: light-dark(var(--color-mist-200), var(--color-mist-800));
color: light-dark(var(--color-amber-950), var(--color-amber-50));
}