diff --git a/epicyon-profile.css b/epicyon-profile.css index fef3579a..b5b8ddb6 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -839,6 +839,21 @@ input[type=checkbox] cursor: pointer; margin: 5px; } + .buttonselectedhighlighted { + border-radius: 4px; + background-color: darkgreen; + border: none; + color: var(--button-text); + text-align: center; + font-size: 18px; + padding: 10px; + width: 10%; + max-width: 100px; + min-width: 80px; + transition: all 0.5s; + cursor: pointer; + margin: 5px; + } .pageicon { width: 4%; } @@ -1019,6 +1034,21 @@ input[type=checkbox] cursor: pointer; margin: 15px; } + .buttonselectedhighlighted { + border-radius: 4px; + background-color: darkgreen; + border: none; + color: var(--button-text); + text-align: center; + font-size: 32px; + padding: 10px; + width: 20%; + max-width: 400px; + min-width: 80px; + transition: all 0.5s; + cursor: pointer; + margin: 15px; + } .pageicon { width: 8%; }