mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
Remove default bold-on-hover from content links
Link hover bold was hardcoded to 700 in both light and dark root variables. Users can opt in via `link-style-hover: ...:bold` in theme.yml. https://claude.ai/code/session_01EzU13EL8D5Ud2ngQUKDj9e
This commit is contained in:
parent
cd02f43e82
commit
cb0bc180a4
1 changed files with 2 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ if ('serviceWorker' in navigator) {
|
||||||
--link-visited-colour: #7C3AED;
|
--link-visited-colour: #7C3AED;
|
||||||
--link-decoration: underline;
|
--link-decoration: underline;
|
||||||
--link-hover-decoration: underline;
|
--link-hover-decoration: underline;
|
||||||
--link-hover-weight: 700;
|
--link-hover-weight: normal;
|
||||||
--link-visited-decoration: underline;
|
--link-visited-decoration: underline;
|
||||||
--search-bg: #FFFFFF;
|
--search-bg: #FFFFFF;
|
||||||
--search-border: #E2E8F0;
|
--search-border: #E2E8F0;
|
||||||
|
|
@ -113,7 +113,7 @@ if ('serviceWorker' in navigator) {
|
||||||
--link-visited-colour: #A78BFA;
|
--link-visited-colour: #A78BFA;
|
||||||
--link-decoration: underline;
|
--link-decoration: underline;
|
||||||
--link-hover-decoration: underline;
|
--link-hover-decoration: underline;
|
||||||
--link-hover-weight: 700;
|
--link-hover-weight: normal;
|
||||||
--link-visited-decoration: underline;
|
--link-visited-decoration: underline;
|
||||||
--search-bg: #1E293B;
|
--search-bg: #1E293B;
|
||||||
--search-border: #334155;
|
--search-border: #334155;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue