liebling/src/sass/components/header/_site-name.scss
2019-10-03 17:07:33 +02:00

11 lines
135 B
SCSS

.m-site-name {
&.in-mobile-topbar {
color: $titles;
font-weight: 600;
}
&.in-desktop-menu {
font-weight: 700;
}
}