mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 08:30:59 +00:00
feat: update border-radius of selected filter buttons for improved styling
This commit is contained in:
@@ -756,7 +756,7 @@
|
|||||||
/* Base styles for all selected filter buttons */
|
/* Base styles for all selected filter buttons */
|
||||||
.selected-filter-btn {
|
.selected-filter-btn {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 8px;
|
border-radius: 4px;
|
||||||
padding: 0.1em 0.7em;
|
padding: 0.1em 0.7em;
|
||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
|||||||
Reference in New Issue
Block a user