Improve toolbar accessibility
Some checks failed
Core Repos/Homepage/pipeline/pr-master There was a failure building this commit

This commit is contained in:
Cameron Cordes
2020-08-12 17:14:28 -04:00
parent abde35c6f9
commit ad339cf93e
3 changed files with 23 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
/* You can add global styles to this file, and also import other style files */
@import "~@angular/material/prebuilt-themes/pink-bluegrey.css";
h1, h2, h3, p, span {
h1, h2, h3, p, span, a {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-weight: 300;
}
@@ -114,5 +114,5 @@ html, body {
}
.active {
color: var(--nord7);
color: var(--nord7) !important;
}