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