Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Decrease ad border opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Nov 15, 2023
1 parent a78f58d commit 4c22a73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions lib/assets/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ html {
--dark-color-contrast: #ecf9fb;

--color-ad: rgba(125, 75, 162, 0.2);
--color-ad-raised: rgba(190, 140, 243, 0.8);
--color-ad-raised: rgba(190, 140, 243, 0.5);
--color-ad-contrast: black;
--color-ad-highlight: var(--color-purple);

--gap-xs: 0.25rem;
Expand Down Expand Up @@ -40,9 +41,6 @@ html {
--color-purple: #8e32f3;
--color-gray: #595b61;

--color-ad: rgba(125, 75, 162, 0.2);
--color-ad-raised: rgba(190, 140, 243, 0.8);

--color-brand: var(--color-green);
--color-brand-highlight: rgba(0, 175, 92, 0.25);
--color-brand-shadow: rgba(0, 175, 92, 0.7);
Expand Down
2 changes: 1 addition & 1 deletion lib/components/base/Promotion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const target = computed(() => (props.external ? '_blank' : '_self'))
font-weight: 600;
text-transform: uppercase;
font-size: 0.8em;
color: var(--color-accent-contrast);
color: var(--color-ad-contrast);
background: var(--color-ad-raised);
letter-spacing: 0.1ch;
margin: 0;
Expand Down

0 comments on commit 4c22a73

Please sign in to comment.