mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
fix(css): remove yet more blue-10 overrides
This commit is contained in:
@@ -159,7 +159,6 @@ label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cancel-link {
|
.cancel-link {
|
||||||
color: $blue-10;
|
|
||||||
line-height: 1.71;
|
line-height: 1.71;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -107,7 +107,6 @@ label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cancel-link {
|
.cancel-link {
|
||||||
color: $blue-10;
|
|
||||||
line-height: 1.71;
|
line-height: 1.71;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -77,7 +77,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
a.cancel-link {
|
a.cancel-link {
|
||||||
color: $blue-10;
|
|
||||||
margin-right: .5em;
|
margin-right: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -78,7 +78,6 @@
|
|||||||
@import '~@/assets/scss/colors.scss';
|
@import '~@/assets/scss/colors.scss';
|
||||||
|
|
||||||
a:not([href]) {
|
a:not([href]) {
|
||||||
color: $blue-10;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -245,10 +245,6 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
color: $gray-100;
|
color: $gray-100;
|
||||||
|
|
||||||
a {
|
|
||||||
color: $blue-10;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#quest-detail-modal {
|
#quest-detail-modal {
|
||||||
|
|||||||
@@ -377,11 +377,9 @@
|
|||||||
|
|
||||||
.members-invited {
|
.members-invited {
|
||||||
min-height: 1rem;
|
min-height: 1rem;
|
||||||
color: $blue-10;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
&:hover, &:focus {
|
&:hover, &:focus {
|
||||||
color: $blue-10;
|
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -180,7 +180,6 @@
|
|||||||
@import '~@/assets/scss/colors.scss';
|
@import '~@/assets/scss/colors.scss';
|
||||||
|
|
||||||
a:not([href]) {
|
a:not([href]) {
|
||||||
color: $blue-10;
|
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
line-height: 1.71;
|
line-height: 1.71;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -127,10 +127,6 @@
|
|||||||
padding-top: 0.25rem;
|
padding-top: 0.25rem;
|
||||||
z-index: 9;
|
z-index: 9;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
|
||||||
.blue-10 {
|
|
||||||
color: $blue-10;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.completion-row {
|
.completion-row {
|
||||||
|
|||||||
@@ -593,7 +593,6 @@
|
|||||||
a:not(.dropdown-item) {
|
a:not(.dropdown-item) {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 1.33;
|
line-height: 1.33;
|
||||||
color: $blue-10;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-dialog.modal-sm {
|
.modal-dialog.modal-sm {
|
||||||
|
|||||||
Reference in New Issue
Block a user