VSEScala / Scala-Dining

Contains the Scala Dining Website Design
4 stars 5 forks source link

Added contrast for buttons #258

Closed Ndoll1 closed 1 year ago

Ndoll1 commented 1 year ago

image Contrast is not always optimal.

Ndoll1 commented 1 year ago

suggested fix: .btn-outline-primary { color: #3498db; border-color: #3498db; }

image

It might not be the correct color of blue. But improves readability. Other option is to add a backgroundcolor to the button