Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
🐛 Fix tags background color on default/blue theme
Browse files Browse the repository at this point in the history
  • Loading branch information
acollierr17 committed Feb 25, 2021
1 parent cbf6e0a commit d13eae2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/TagList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export default {
display: inline-block;
cursor: pointer;
border-radius: $borderRadius
background: #fff;
color: #fff;
line-height 13px
font-size: 13px;
Expand Down
15 changes: 15 additions & 0 deletions styles/theme.styl
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,21 @@ th, td
border 1px solid var(--border-color)
padding .6em 1em

// tag
.tags span {
background-color: $accentColor;
}

// tag
span.tag-item {
background-color: inherit;
}

// tag
span.tag-item:hover {
color: $accentColor;
}

.theme-container
&.sidebar-open
.sidebar-mask
Expand Down

0 comments on commit d13eae2

Please sign in to comment.