Skip to content
Snippets Groups Projects
Commit afbe2865 authored by René Rösner's avatar René Rösner
Browse files

Feat: Added cms blog text style (planning#423)

parent 742a0e54
No related branches found
No related tags found
1 merge request!22EWP: Email Feedback (planning#428)
...@@ -42,7 +42,7 @@ export default ({ title, description, img, children }: HeaderOptions) => { ...@@ -42,7 +42,7 @@ export default ({ title, description, img, children }: HeaderOptions) => {
</header> </header>
</div> </div>
<div <div
className="leading-relaxed text-xl text-gray-800 mt-14" className="cms-blog-text leading-relaxed text-xl text-gray-800 mt-14"
dangerouslySetInnerHTML={{ __html: description }} dangerouslySetInnerHTML={{ __html: description }}
/> />
</div> </div>
......
...@@ -108,3 +108,7 @@ button:focus, ...@@ -108,3 +108,7 @@ button:focus,
backdrop-filter: blur(3px); backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px);
} }
.cms-blog-text a {
@apply text-blue-500;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment