Skip to content

Commit

Permalink
about page finish
Browse files Browse the repository at this point in the history
  • Loading branch information
cheddZy committed Mar 6, 2024
1 parent da7c3ca commit 961783e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/aboutPage.astro
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ import ActionButton from "./buttons/ActionButton.astro";
p {
font-size: 1.1rem !important;
font-weight: 400;
color: #d0d9e1;
opacity: 0.9;
}

#about:after, #features:after, #ad:after, #authors:after {
Expand Down Expand Up @@ -192,8 +192,8 @@ import ActionButton from "./buttons/ActionButton.astro";
margin: auto;
}
a {
color: #f0f1f2 !important;
text-decoration: underline #3574F0;
color: var(--text) !important;
text-decoration: underline #3574F0 2px;
opacity: 1;
}

Expand Down

0 comments on commit 961783e

Please sign in to comment.