mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2025-07-30 13:30:17 +00:00
Fixing filters logic + adding titles to button for accessibility
This commit is contained in:
@@ -122,7 +122,7 @@ a {
|
||||
background-color: transparent;
|
||||
border: 2px solid white;
|
||||
overflow: visible;
|
||||
color: #444;
|
||||
color: white;
|
||||
font: inherit;
|
||||
padding: .5rem 1.5rem;
|
||||
margin: .5rem 1rem;
|
||||
@@ -131,9 +131,9 @@ a {
|
||||
.mg-tag-filter:hover {
|
||||
border-color: #b2b2b2;
|
||||
text-decoration: none; }
|
||||
.mg-tag-filter-enabled {
|
||||
.mg-tag-filter-include {
|
||||
background-color: #33b5e5; }
|
||||
.mg-tag-filter-disabled {
|
||||
.mg-tag-filter-exclude {
|
||||
background-color: #FF9148; }
|
||||
|
||||
.mg-nav-small {
|
||||
|
Reference in New Issue
Block a user