backdrop-contrib / tatsu

A basic flexible theme inspired by Basis theme in Backdrop CMS Core
GNU General Public License v2.0
2 stars 5 forks source link

Adding a color field for links when hovering over them. #58

Closed oadaeh closed 2 years ago

oadaeh commented 2 years ago

Fixes #39

It is quite simple to add a color to the color page in order to change it in the UI.

This commit does so for the color of links when hovering over them.

Here are the steps:

As a caveat, I made no effort to have the hover color fit the theme. I was more interested in having it contrast, so that it showed up well, and to that end, I simply coped the color code for links and moved the last two characters to the beginning, i.e., #0073bd became #bd0073.