Skip to content

Commit

Permalink
color
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricius Seifert committed Jun 10, 2024
1 parent a945ccb commit a54492d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Intro.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="intro">
<div class="text">
<h1
class="pt-4 mb-10 m-auto font-bold text-text-heading text-3xl md:text-4xl"
class="pt-4 mb-10 m-auto font-bold text-text-heading text-2xl md:text-4xl"
>
<span data-annotate="underline">
a non-trivial<br /> micro frontends<br /> example project
Expand Down Expand Up @@ -70,7 +70,7 @@
if (!type) {
return;
}
let color = "#ffde54";
let color = "#ebeee2";
if (document.documentElement.classList.contains("dark")) {
color = "#FF5A55";
}
Expand Down

0 comments on commit a54492d

Please sign in to comment.