Adjust open-all-settings button styling

pull/400/merge
Kevin Payravi 2024-01-08 02:40:35 -06:00
parent edeafce978
commit 66f4bf7a7f
1 changed files with 4 additions and 6 deletions

View File

@ -239,9 +239,9 @@
/* SETTINGS BUTTON */
#openSettingsButton {
background: #3174f1;
border: 1px solid #3174f1;
color: #fff;
border: 0;
background: #fff;
color: #3174f1;
border-radius: 5px;
padding: .2em .4em;
font-size: 1em;
@ -249,9 +249,7 @@
#openSettingsButton:hover {
cursor: pointer;
background: #fff;
border: 1px solid#3174f1;
color: #3174f1;
outline: 2px solid#3174f1;
}
</style>
</head>