mobile layout: fix logo highlight

This commit is contained in:
realaravinth 2021-07-03 22:17:45 +05:30
parent 43d970980f
commit 791935f245
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88
2 changed files with 5 additions and 1 deletions

View file

@ -90,7 +90,6 @@ project website: {}",
)
.unwrap();
// unwrap is OK as SETTINGS.smtp is check at the start
data.mailer.as_ref().unwrap().send(email).await?;
}
Ok(())

View file

@ -72,3 +72,8 @@
height: 100%;
overflow-y: auto;
}
.secondary-menu__brand-name:hover {
color: $light-text;
cursor: grab;
}