Fix more minor styling issues with header views

This commit is contained in:
Deimos
2020-03-21 11:04:17 -06:00
parent 2c6967b3da
commit a0d62be6cb
2 changed files with 6 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
margin: 0.2rem 0.2rem 0 0; margin: 0.2rem 0.2rem 0 0;
padding: 0.2rem 0.4rem; padding: 0.2rem 0.4rem;
vertical-align: top; vertical-align: top;
white-space: normal;
} }
} }

View File

@@ -463,6 +463,11 @@
a:visited { a:visited {
color: map-get($theme, "foreground-primary"); color: map-get($theme, "foreground-primary");
} }
.toast a,
.toast a:visited {
color: map-get($theme, "link");
}
} }
.site-header-logo, .site-header-logo,