diff --git a/src/cryptoadvance/specter/static/output.css b/src/cryptoadvance/specter/static/output.css index 5d7eec6e0..a3d06b8cf 100644 --- a/src/cryptoadvance/specter/static/output.css +++ b/src/cryptoadvance/specter/static/output.css @@ -463,10 +463,12 @@ p { p a { --tw-text-opacity: 1; - color: rgb(46 92 255 / var(--tw-text-opacity)); + color: rgb(41 151 255 / var(--tw-text-opacity)); + text-underline-offset: 4px; } p a:hover { + text-decoration-line: underline; opacity: 0.8; } @@ -1594,6 +1596,11 @@ select { border-color: rgb(37 99 235 / var(--tw-border-opacity)); } +.border-link { + --tw-border-opacity: 1; + border-color: rgb(41 151 255 / var(--tw-border-opacity)); +} + .bg-dark-900 { --tw-bg-opacity: 1; background-color: rgb(15 16 21 / var(--tw-bg-opacity)); @@ -1803,6 +1810,11 @@ select { color: rgb(46 92 255 / var(--tw-text-opacity)); } +.text-link { + --tw-text-opacity: 1; + color: rgb(41 151 255 / var(--tw-text-opacity)); +} + .underline { text-decoration-line: underline; } @@ -1948,11 +1960,21 @@ select { border-color: rgb(37 99 235 / var(--tw-border-opacity)); } +.aria-checked\:border-link[aria-checked="true"] { + --tw-border-opacity: 1; + border-color: rgb(41 151 255 / var(--tw-border-opacity)); +} + .aria-checked\:text-blue-600[aria-checked="true"] { --tw-text-opacity: 1; color: rgb(37 99 235 / var(--tw-text-opacity)); } +.aria-checked\:text-link[aria-checked="true"] { + --tw-text-opacity: 1; + color: rgb(41 151 255 / var(--tw-text-opacity)); +} + @media (min-width: 1024px) { .lg\:flex { display: flex; diff --git a/src/cryptoadvance/specter/static/style.css b/src/cryptoadvance/specter/static/style.css index 3a6365cac..ee371c04a 100644 --- a/src/cryptoadvance/specter/static/style.css +++ b/src/cryptoadvance/specter/static/style.css @@ -38,7 +38,7 @@ } p a { - @apply text-accent hover:opacity-80; + @apply text-link hover:opacity-80 hover:underline underline-offset-4; } table { diff --git a/src/cryptoadvance/specter/templates/components/price_bar.jinja b/src/cryptoadvance/specter/templates/components/price_bar.jinja index f4696a2d8..4507f71c7 100644 --- a/src/cryptoadvance/specter/templates/components/price_bar.jinja +++ b/src/cryptoadvance/specter/templates/components/price_bar.jinja @@ -25,10 +25,10 @@