main menu and temp cleanups and tweaks

This commit is contained in:
alfrix
2022-07-13 03:49:09 -03:00
committed by Alfredo Monclus
parent fcbe264d1a
commit f9e6ac62b7
6 changed files with 12 additions and 35 deletions

View File

@@ -21,7 +21,6 @@ button:active {
border-color: #073642; /*base02*/
border-style: solid;
border-radius: 1em;
border-width: .25em;
background-color: #073642; /*base02*/
}

View File

@@ -19,8 +19,8 @@ button:active {
.button_active {
background-color: #000000;
border-color: #d81549;
border-width: .15em;
border-style: dashed;
border-width: .25em;
border-radius: 1em;
}

View File

@@ -24,7 +24,6 @@ button:active {
.button_active {
border-color: #282828;
border-style: solid;
border-width: .25em;
background-color: #282828;
border-radius: 1em;
}

View File

@@ -23,9 +23,8 @@ button:active {
.button_active {
border-color: #BDBDBD;
border-style: solid;
border-width: .25em;
background-color: white;
box-shadow: .1em .1em #BDBDBD;
box-shadow: .15em .15em #BDBDBD;
border-radius: 1em;
}