- Issue created by @promes
- Status changed to Fixed
5 months ago 5:16pm 20 July 2024 - πΊπΈUnited States flashwebcenter Austin TX
Hello,
Thank you for the feedback. I have created a page on Drupal.org for colors: Instructions for Developers on Using Colors in Solo Theme β .
https://www.youtube.com/watch?v=8aP3FEzZZas
I also updated the examples in the Solo sub-theme as follows:
#page-wrapper { background-color: var(--r-bg); color: var(--r-tx); border-color: var(--r-br); } h1, h2, h3 { color: var(--r-h1); } a:not(li.nav__menu-item a) { color: var(--r-lk); color: var(--r-lk-h); } input:not(.button) { background-color: var(--r-bg-fr); } li.nav__menu-item a { color: var(--r-tx-lk); background-color: var(--r-bg-lk); } li.nav__menu-item a:hover { color: var(--r-tx-lk-h); background-color: var(--r-bg-lk-h); } button:not(li.nav__menu-item button) { color: var(--r-tx-bt); background-color: var(--r-bg-bt); } button:not(li.nav__menu-item button):hover { color: var(--r-tx-bt-h); background-color: var(--r-bg-bt-h); }
Best wishes,
Alaa - π³π±Netherlands promes
Alaa, thanks for the update. Even better than I had expected.
Automatically closed - issue fixed for 2 weeks with no activity.