Skip to content

Commit 2bb2808

Browse files
committed
fixed logo not changing color in metaverse theme
1 parent 9346383 commit 2bb2808

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

public/themes/metaverse.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@
77

88
#top .logo .bottom{
99
color: #d82934;
10+
}
11+
12+
#top.focus .logo .bottom{
13+
transition: .25s;
14+
color: #5e5e5e;
1015
}

0 commit comments

Comments
 (0)