style: modified normal theme button border color
This commit is contained in:
parent
dddefec878
commit
78edb2b978
|
@ -3,7 +3,6 @@
|
||||||
@require "../common/magic-theme.styl";
|
@require "../common/magic-theme.styl";
|
||||||
|
|
||||||
$li-border-radius = 5px;
|
$li-border-radius = 5px;
|
||||||
//$li-border-radius = 50%;
|
|
||||||
$li-margin-bottom = 12px;
|
$li-margin-bottom = 12px;
|
||||||
|
|
||||||
.tools-container {
|
.tools-container {
|
||||||
|
@ -24,7 +23,7 @@ $li-margin-bottom = 12px;
|
||||||
if (hexo-config('magic.enable') == true) {
|
if (hexo-config('magic.enable') == true) {
|
||||||
magic-style(1.1);
|
magic-style(1.1);
|
||||||
} else {
|
} else {
|
||||||
border: 1px solid var(--third-text-color);
|
border: 1px solid var(--border-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
|
@ -61,7 +61,7 @@ button {
|
||||||
if (hexo-config('magic.enable') == true) {
|
if (hexo-config('magic.enable') == true) {
|
||||||
magic-style(1.1);
|
magic-style(1.1);
|
||||||
} else {
|
} else {
|
||||||
border: 1px solid var(--third-text-color);
|
border: 1px solid var(--border-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Loading…
Reference in New Issue