Skip to content

Commit 8513506

Browse files
committed
forgot to run prettier
1 parent fdae108 commit 8513506

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

src/routes/components/Event.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
color: white;
3636
3737
background-color: #261f54;
38-
border-left: 3px solid #FABD77;
38+
border-left: 3px solid #fabd77;
3939
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
4040
border-radius: 2px;
4141
@@ -69,7 +69,7 @@
6969
7070
.special {
7171
color: white;
72-
background-color: #FABD77;
72+
background-color: #fabd77;
7373
}
7474
7575
@media screen and (max-width: 766px) {

src/routes/landing/Hero.svelte

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@
1919
<p class="mb-6 font-bold dark:text-white lg:mb-8 text-xl">
2020
<b class="text-palevioletred">28.05. - 30.05.2026</b> | Techbase Regensburg
2121
</p>
22-
<h1 class="flex dark:text-white mb-4 md:text-5xl text-3xl font-extrabold dark:dark:text-white mt-8"
23-
>applications opening soon!</h1>
22+
<h1
23+
class="flex dark:text-white mb-4 md:text-5xl text-3xl font-extrabold dark:dark:text-white mt-8"
24+
>
25+
applications opening soon!
26+
</h1>
2427

2528
<!--
2629
<div class="mb-6 font-bold lg:mb-8 text-md">

0 commit comments

Comments
 (0)