Skip to content

Commit

Permalink
scope a.button to .promo, to remove an !important
Browse files Browse the repository at this point in the history
(a.button is not used anywhere else; introduced in #1757)
  • Loading branch information
Fil committed Aug 20, 2024
1 parent c43d1ca commit fea6505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/theme/ObservablePromo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ h1 {
opacity: 0.7;
}
a.button {
.promo a.button {
display: inline-block;
border: 1px solid transparent;
text-align: center;
text-decoration: none;
font-weight: 600;
white-space: nowrap;
background-color: var(--vp-c-neutral);
color: var(--vp-c-neutral-inverse) !important;
color: var(--vp-c-neutral-inverse);
border-radius: 20px;
padding: 0 20px;
line-height: 38px;
Expand Down

0 comments on commit fea6505

Please sign in to comment.