1
0

Improve verified checkmark icon, css improvements

This commit is contained in:
Zed
2025-11-29 03:39:29 +01:00
parent 96ec75fc7f
commit 436a873e4b
13 changed files with 172 additions and 69 deletions
+5 -8
View File
@@ -59,13 +59,9 @@ nav {
justify-content: flex-end;
}
&.right a {
padding-left: 4px;
&:hover {
color: var(--accent_light);
text-decoration: unset;
}
&.right a:hover {
color: var(--accent_light);
text-decoration: unset;
}
}
@@ -81,10 +77,11 @@ nav {
}
}
.icon-info:before {
.icon-info {
margin: 0 -3px;
}
.icon-cog {
font-size: 15px;
padding-left: 0 !important;
}