Compare commits

..

No commits in common. '6e5d53e554cf3a11582e51e1205334bab17b82ff' and '42ba20a07544bb81c28abb08806bb46cac33c080' have entirely different histories.

@ -24,8 +24,6 @@ html::before {
z-index: -1; z-index: -1;
background: conic-gradient(from 0deg in hsl longer hue, hsl(0deg 100% 12.5%) 0 0); background: conic-gradient(from 0deg in hsl longer hue, hsl(0deg 100% 12.5%) 0 0);
-webkit-mask-image: url("pattern.svg");
-webkit-mask-size: 5rem;
mask-image: url("pattern.svg"); mask-image: url("pattern.svg");
mask-size: 5rem; mask-size: 5rem;
} }

@ -9,10 +9,6 @@
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
<link href="index.css" rel="stylesheet"/> <link href="index.css" rel="stylesheet"/>
<script>
/*to prevent Firefox FOUC, this must be here*/
let FF_FOUC_FIX;
</script>
</head> </head>
<body> <body>
<main class="content"> <main class="content">

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="-86.6025 -450 173.205 600"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="-86.6025 -150 173.205 300">
<defs> <defs>
<path id="star" stroke-linejoin="round" stroke="white" fill="white" <path id="star" stroke-linejoin="round" stroke="white" fill="white"
d="M0 -100 1.73205 -1 86.6025 50 0 2 -86.6025 50 -1.73205 -1 Z" /> d="M0 -100 1.73205 -1 86.6025 50 0 2 -86.6025 50 -1.73205 -1 Z" />
@ -11,7 +11,4 @@
<use href="#star" x="86.6025" y="100"/> <use href="#star" x="86.6025" y="100"/>
</g> </g>
<use href="#group" x="0" y="0" transform="scale(-1)"/> <use href="#group" x="0" y="0" transform="scale(-1)"/>
<use href="#group" x="0" y="-300"/>
<use href="#group" x="0" y="300" transform="scale(-1)"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 645 B

After

Width:  |  Height:  |  Size: 543 B

Loading…
Cancel
Save