style: modified normal theme button border color

This commit is contained in:
XPoet 2020-04-29 23:23:02 +08:00
parent dddefec878
commit 78edb2b978
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,6 @@
@require "../common/magic-theme.styl";
$li-border-radius = 5px;
//$li-border-radius = 50%;
$li-margin-bottom = 12px;
.tools-container {
@ -24,7 +23,7 @@ $li-margin-bottom = 12px;
if (hexo-config('magic.enable') == true) {
magic-style(1.1);
} else {
border: 1px solid var(--third-text-color);
border: 1px solid var(--border-color);
}
&:hover {

View File

@ -61,7 +61,7 @@ button {
if (hexo-config('magic.enable') == true) {
magic-style(1.1);
} else {
border: 1px solid var(--third-text-color);
border: 1px solid var(--border-color);
}
&:hover {