From 154e23723a4e124043757e4dad368ec7dd422ed4 Mon Sep 17 00:00:00 2001 From: "fanky.eu" <jakub.webisti@gmail.com> Date: Fri, 14 May 2021 18:22:18 +0200 Subject: [PATCH] benefits source black plus demo --- .../01-molecules/24-benefits/benefits-pirati-stan.mustache | 2 +- source/css/atoms/paragraph.pcss | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_patterns/01-molecules/24-benefits/benefits-pirati-stan.mustache b/source/_patterns/01-molecules/24-benefits/benefits-pirati-stan.mustache index 59be3b8..5ac13e9 100644 --- a/source/_patterns/01-molecules/24-benefits/benefits-pirati-stan.mustache +++ b/source/_patterns/01-molecules/24-benefits/benefits-pirati-stan.mustache @@ -2,6 +2,6 @@ <img src="https://loremflickr.com/341/175"/> <div class="benefit-detail bg-acidgreen"> <p class="head-heavy-base w-full pr-8">Mladí a bezdětní včetně studentů</p> - <p class="text-sm">{{^ demoDesc }}Zachováme svobodný internet pro nastupující generace a zbavíme ho toxicity botů, kteří rozkládají naši společnost.{{/ demoDesc}}{{ demoDesc }}</p> + <p class="text-sm">{{^ demoDesc }}Zachováme svobodný internet pro nastupující generace a zbavíme ho toxicity botů, kteří rozkládají naši společnost.<a id="reference8" href="#source8"><sup>[8]</sup></a>{{/ demoDesc}}{{ demoDesc }}</p> </div> </div> \ No newline at end of file diff --git a/source/css/atoms/paragraph.pcss b/source/css/atoms/paragraph.pcss index e0e5eaa..acfc02e 100644 --- a/source/css/atoms/paragraph.pcss +++ b/source/css/atoms/paragraph.pcss @@ -10,6 +10,9 @@ a sup{ @apply no-underline; color: theme("colors.fxactivecolor"); } +.bg-acidgreen a sup{ + @apply text-black; +} a[id^=reference]:hover{ @apply font-bold no-underline; } \ No newline at end of file -- GitLab