1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 06:49:23 +01:00

feat(minor): updates colors on hover for anchors

This commit is contained in:
Amir Raminfar
2023-08-20 14:25:24 -07:00
parent f7740ebd04
commit 26d2f71102

View File

@@ -244,3 +244,7 @@ mark {
color: var(--text-strong-color);
background: var(--scheme-main-ter);
}
a {
transition: color 0.2s ease-in-out;
}