fixed logo not changing color in metaverse theme

This commit is contained in:
Jack 2020-05-29 14:31:38 +01:00
parent 934638356b
commit 2bb2808adb

View file

@ -7,4 +7,9 @@
#top .logo .bottom{
color: #d82934;
}
#top.focus .logo .bottom{
transition: .25s;
color: #5e5e5e;
}