Skip to content
Snippets Groups Projects
Commit 3532e0f5 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

A big thank you to all our sponsors and partners!

parent d8e486c6
No related branches found
No related tags found
No related merge requests found
Pipeline #426030 passed
......@@ -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%);
......
......@@ -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>
)
}
......
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