🐛 dark mode avatar

Issue: #907
This commit is contained in:
Greg Newman
2024-02-13 06:44:18 -05:00
parent 9f83aa5615
commit ded4ee63f4
2 changed files with 5 additions and 1 deletions

View File

@@ -46,3 +46,7 @@ div.book:first-of-type, {
#headblock nav a:hover {
@apply !text-orange;
}
#avatar>div {
@apply bg-white text-slate rounded dark:text-white dark:bg-slate;
}

File diff suppressed because one or more lines are too long