cetirizine

An experimental matrix client written in reactjs utilizing tailwind and storybook
git clone git://archive.git.mtrnord.blog/MTRNord/cetirizine.git
Log | Files | Refs | README | LICENSE

commit 0ac290a24a2f1ce8913b1aaa89c8af3570f7116f
parent d6c126f9b02151c228ebfd89b2d26b1e75612e9a
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue,  9 May 2023 20:39:13 +0200

Fix prelinkified links

Diffstat:
Msrc/index.scss | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/src/index.scss b/src/index.scss @@ -8,6 +8,26 @@ html { font-size: 15px; } +a { + --tw-text-opacity: 1; + color: rgb(59 130 246 / var(--tw-text-opacity)) !important; + + &:hover { + --tw-text-opacity: 1; + color: rgb(29 78 216 / var(--tw-text-opacity)) !important; + } + + &:active { + --tw-text-opacity: 1; + color: rgb(29 78 216 / var(--tw-text-opacity)) !important; + } + + &:visited { + --tw-text-opacity: 1; + color: rgb(59 130 246 / var(--tw-text-opacity)) !important; + } +} + code { @apply rounded font-normal text-red-500 bg-slate-100 p-0.5; }