Skip to content

Commit

Permalink
0.0.75
Browse files Browse the repository at this point in the history
  • Loading branch information
CapySloth committed Nov 23, 2020
1 parent 7591574 commit edb444e
Show file tree
Hide file tree
Showing 45 changed files with 231 additions and 191 deletions.
6 changes: 3 additions & 3 deletions dist/components/accordion.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
padding: 0.5em 0em;
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 1em;
color: rgba(0, 0, 0, 0.87);
color: #1C232B;
}

/* Content */
Expand Down Expand Up @@ -162,12 +162,12 @@
.ui.styled.accordion .accordion .title:hover,
.ui.styled.accordion .accordion .active.title {
background: transparent;
color: rgba(0, 0, 0, 0.87);
color: #1C232B;
}
.ui.styled.accordion .accordion .title:hover,
.ui.styled.accordion .accordion .active.title {
background: transparent;
color: rgba(0, 0, 0, 0.87);
color: #1C232B;
}

/* Active */
Expand Down
2 changes: 1 addition & 1 deletion dist/components/accordion.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
}
.ui.cards > .card .meta > a:not(.ui):hover,
.ui.card .meta > a:not(.ui):hover {
color: rgba(0, 0, 0, 0.87);
color: #1C232B;
}

/*--------------
Expand Down
2 changes: 1 addition & 1 deletion dist/components/card.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/components/checkbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
/* Inside */
.ui.checkbox label,
.ui.checkbox + label {
color: rgba(0, 0, 0, 0.87);
color: #1C232B;
-webkit-transition: color 0.1s ease;
transition: color 0.1s ease;
}
Expand Down Expand Up @@ -308,7 +308,7 @@
border-radius: 500rem;
-webkit-transform: scale(0.46666667);
transform: scale(0.46666667);
background-color: rgba(0, 0, 0, 0.87);
background-color: #1C232B;
}

/* Focus */
Expand Down
Loading

0 comments on commit edb444e

Please sign in to comment.