diff --git a/accessibility/floating.html b/accessibility/floating.html index dc78372..0147ece 100644 --- a/accessibility/floating.html +++ b/accessibility/floating.html @@ -54,13 +54,22 @@ .sub-line.active { font-weight: 500; color: white; - background-color: blue; + background-color: rgb(53, 120, 187); } @media (max-width: 968px) { .col-wrapper { grid-template-columns: 1fr; } } + button { + text-align: left; + background: none; + color: inherit; + border: none; + padding: 0; + font: inherit; + cursor: pointer; + }