1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00

Merge pull request #25 from lordvlad/master

use variable 'darkGrey' instead of #555 in nav and tab; fixes #24
This commit is contained in:
Jenil Gogari 2019-01-16 14:52:44 +05:30 committed by GitHub
commit 31f6a325e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

4
dist/chota.css vendored
View File

@ -519,7 +519,7 @@ button[disabled]:hover {
-ms-flex-align: center;
align-items: center;
padding: 1rem 2rem;
color: #555;
color: var(--color-darkGrey);
}
.nav .active:not(.button) {
color: #000; /* fallback */
@ -569,7 +569,7 @@ button[disabled]:hover {
.tabs > a.active,
.tabs > a:hover {
opacity: 1;
border-bottom: 2px solid #555;
border-bottom: 2px solid var(--color-darkGrey);
}
.tabs > a.active {
border-color: var(--color-primary);

2
dist/chota.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -50,7 +50,7 @@
display: flex;
align-items: center;
padding: 1rem 2rem;
color: #555;
color: var(--color-darkGrey);
}
.nav .active:not(.button) {

View File

@ -17,7 +17,7 @@
.tabs > a.active,
.tabs > a:hover {
opacity: 1;
border-bottom: 2px solid #555;
border-bottom: 2px solid var(--color-darkGrey);
}
.tabs > a.active {