Change lang icon to blue

This commit is contained in:
cuom1999 2022-09-01 22:04:14 -05:00
parent 96ef0bfd2b
commit cc6c692cc5
2 changed files with 3 additions and 3 deletions

View file

@ -227,4 +227,4 @@ class LogEntryAdmin(admin.ModelAdmin):
diff_link.short_description = _("diff")
def queryset(self, request):
return super().queryset(request).prefetch_related("content_type")
return super().queryset(request).prefetch_related("content_type")

View file

@ -720,11 +720,11 @@ math {
}
#nav-lang-icon {
color: gray;
color: blue;
cursor: pointer;
}
#nav-lang-icon:hover {
color: darkgray;
color: darkblue;
}
#lang-dropdown {
padding: 4px 0;