Fix the sites name color

This commit is contained in:
Eduardo 2019-10-05 23:16:01 +02:00
parent e58487c0eb
commit b880106644

View file

@ -1,6 +1,6 @@
.m-site-name {
&.in-mobile-topbar {
color: $titles;
color: var(--titles-color);
font-weight: 600;
}