From 3532e0f5a5e35c23d67cdfd0b0e8707b77baffa1 Mon Sep 17 00:00:00 2001
From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de>
Date: Wed, 18 Sep 2024 12:11:34 +0200
Subject: [PATCH] A big thank you to all our sponsors and partners!

---
 src/App/App.css             | 8 ++++++++
 src/components/Headings.tsx | 7 +++++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/src/App/App.css b/src/App/App.css
index 79e5a20d..78b27d28 100644
--- a/src/App/App.css
+++ b/src/App/App.css
@@ -399,6 +399,14 @@ h2{
   font-weight: bolder !important;
  /*  background-image: repeating-linear-gradient(-45deg, var(--text-primary) 0, var(--text-primary) 2px, white 2px, white 4px) !important;
  */}
+ h1{
+  font-size: 4rem !important;
+  background-clip: text !important;
+  color: var(--text-primary) !important;
+  padding-top: 15px !important;
+  font-weight: bolder !important;
+ /*  background-image: repeating-linear-gradient(-45deg, var(--text-primary) 0, var(--text-primary) 2px, white 2px, white 4px) !important;
+ */}
 
 .underline--magical {
   background-image: linear-gradient(120deg, var(--lightblue) 0%, var(--mediumpurple) 100%);
diff --git a/src/components/Headings.tsx b/src/components/Headings.tsx
index 1932e7d7..fa0ca5d5 100644
--- a/src/components/Headings.tsx
+++ b/src/components/Headings.tsx
@@ -41,7 +41,7 @@ export function Hsmoke({text, id}:{text: string, id?: string}){
 }
 
 export function H1({text, id}:{text: string, id?: string}){
-    var idtext: string; 
+    /* var idtext: string; 
     if (id) {
         idtext = id; 
     }
@@ -56,7 +56,10 @@ export function H1({text, id}:{text: string, id?: string}){
         </text>
     </svg>
     </div>
-    )
+    ) */
+   return(
+    <h1 id={id} >{text}</h1>
+   )
 }
 
 
-- 
GitLab