Updated the _tabs.scss file
This commit is contained in:
parent
7caa60dba5
commit
349c61f698
2 changed files with 3 additions and 18 deletions
|
@ -34,7 +34,7 @@
|
||||||
border-bottom-color: $border;
|
border-bottom-color: $border;
|
||||||
border-bottom-style: solid;
|
border-bottom-style: solid;
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
color: $text;
|
color: $link;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-bottom: -1px;
|
margin-bottom: -1px;
|
||||||
|
@ -44,12 +44,12 @@
|
||||||
|
|
||||||
.bw-tabs a:hover {
|
.bw-tabs a:hover {
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
color: $text;
|
color: $link
|
||||||
}
|
}
|
||||||
|
|
||||||
.bw-tabs a.is-active {
|
.bw-tabs a.is-active {
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
color: $link;
|
color: $text
|
||||||
}
|
}
|
||||||
|
|
||||||
.bw-tabs.is-left {
|
.bw-tabs.is-left {
|
||||||
|
|
|
@ -65,21 +65,6 @@ $family-secondary: $family-sans-serif;
|
||||||
color: $grey !important;
|
color: $grey !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabs li:not(.is-active) a {
|
|
||||||
color: #3273dc !important;
|
|
||||||
}
|
|
||||||
.tabs li:not(.is-active) a:hover {
|
|
||||||
border-bottom-color: #3273dc !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabs li:not(.is-active) a {
|
|
||||||
color: #3273dc !important;
|
|
||||||
}
|
|
||||||
.tabs li.is-active a {
|
|
||||||
color: #4a4a4a !important;
|
|
||||||
border-bottom-color: #4a4a4a !important ;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@import "../bookwyrm.scss";
|
@import "../bookwyrm.scss";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue