diff --git a/template/css/style.css b/template/css/style.css index e498249..bab58ad 100644 --- a/template/css/style.css +++ b/template/css/style.css @@ -301,6 +301,7 @@ body { .switcher .switch-button { display: inline-block; padding: 8px 5px; + margin-top: 5px; background-color: #262a2b; color: #d8d4cf; text-decoration: none; diff --git a/template/css/style.scss b/template/css/style.scss index 6d1fce0..a422ea8 100644 --- a/template/css/style.scss +++ b/template/css/style.scss @@ -352,6 +352,7 @@ body { .switch-button { display: inline-block; padding: 8px 5px; + margin-top: 5px; background-color: $bg-alt; color: $fg; text-decoration: none;