Merge pull request #221 from h3poteto/fix/link-color

fix: Change link color for dark theme
This commit is contained in:
AkiraFukushima 2018-04-14 22:18:35 +09:00 committed by GitHub
commit 424b00ee85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -37,6 +37,14 @@ html, body, #app {
--theme-primary-color: #303133;
background-color: var(--theme-background-color);
color: var(--theme-primary-color);
a:link,
a:visited,
a:hover,
a:active,
a:focus {
color: #409eff;
}
}
html, body, #app, #global_header {