fix: Change link color for dark theme

This commit is contained in:
AkiraFukushima 2018-04-14 22:07:53 +09:00
parent a791a70e41
commit 1b65cdf3eb
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 {