Feature: add margin-top for switcher buttons

This commit is contained in:
VnPower
2023-06-02 17:36:56 +07:00
parent 56b3db9c23
commit e11c03c853
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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;
+1
View File
@@ -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;