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

Commit

Permalink
fix more colours
Browse files Browse the repository at this point in the history
  • Loading branch information
WarHammer414 committed Dec 3, 2020
1 parent 8b66ad3 commit 87ca1b9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions styles/themes/red.styl
Original file line number Diff line number Diff line change
Expand Up @@ -7,37 +7,37 @@
color: $redAccentColor;
}

.back-to-ceiling .icon[data-v-4a9283c2] {
.back-to-ceiling .icon {
fill: $redAccentColor !important;
}

// title hover
.abstract-item .title[data-v-6b4d96c3]:after {
.abstract-item .title:after {
background-color: $redAccentColor;
}
.abstract-item .title:hover a[data-v-6b4d96c3]{
.abstract-item .title:hover a {
color: $redAccentColor;
}

// tag
.tags span[data-v-3a4b2da8] {
background-color: $redAccentColor;
.tags span:hover {
color: $redAccentColor;
}

// category title
.categories-wrapper .category-wrapper .category-item a[data-v-1afb3891]:hover {
.category-item a:hover {
background-color: $redAccentColor;
border-radius: inherit;
}

// weird css stuff
.categories-wrapper .category-wrapper.category-item[data-v-1afb3891]:hover,
.categories-wrapper .category-wrapper .category-item.active[data-v-1afb3891] {
background-color: $redAccentColor;
.category-item {
transition: none !important;
}
.categories-wrapper .category-wrapper .category-item[data-v-1afb3891]:hover,
.categories-wrapper .category-wrapper .category-item.active[data-v-1afb3891] {

// weird css stuff aka category name
.category-item.active a {
background-color: $redAccentColor;
border-radius: inherit;
}

// @parent-theme/components/Home.vue
Expand Down

0 comments on commit 87ca1b9

Please sign in to comment.