Skip to content

Commit

Permalink
revert: new accent color
Browse files Browse the repository at this point in the history
This reverts commit 2be872f. The red accent color isn't that good
  • Loading branch information
GabsEdits committed Aug 18, 2024
1 parent c4cb05c commit 15c409b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@

- Support for the range type of inputs

- New Accent Color

## Fix(es)

- The skip to content button not being on sites without the navigation island
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const info = {
title: "Aplós",
description:
"A sleek, contemporary, and purposefully designed theme and template",
accentColor: "#FF686B",
accentColor: "#55B458",
};

// https://vitepress.dev/reference/site-config
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
font-size: 2.5rem;

@media (prefers-color-scheme: dark) {
background: linear-gradient(95deg, #ff686b 32.27%, #ffadaf 68.51%);
background: linear-gradient(95deg, #FF686B 32.27%, #FFADAF 68.51%);
background-clip: text;
-webkit-text-fill-color: transparent;
}
Expand Down

0 comments on commit 15c409b

Please sign in to comment.