Commit compiled CSS

This commit is contained in:
benjamin melançon 2018-12-02 11:09:20 -05:00
parent ef5d5b16ca
commit bb457c4df3

View file

@ -310,7 +310,7 @@ a {
a strong {
color: currentColor; }
a:hover {
color: #E4E5E7; }
color: #BAB108; }
code {
background-color: #FFFFFF;
@ -1160,11 +1160,11 @@ a.box:active {
margin-left: calc(-0.375em - 1px);
margin-right: calc(-0.375em - 1px); }
.button:hover, .button.is-hovered {
border-color: #E4E5E7;
color: #E4E5E7; }
border-color: #CA4019;
color: #BAB108; }
.button:focus, .button.is-focused {
border-color: #26599B;
color: #E4E5E7; }
color: #A59E20; }
.button:focus:not(:active), .button.is-focused:not(:active) {
box-shadow: 0 0 0 0.125em rgba(38, 89, 155, 0.25); }
.button:active, .button.is-active {
@ -3502,7 +3502,7 @@ a.tag:hover {
justify-content: center;
padding: 0 0.75em; }
.breadcrumb a:hover {
color: #E4E5E7; }
color: #BAB108; }
.breadcrumb li {
align-items: center;
display: flex; }
@ -4834,8 +4834,8 @@ a.navbar-item,
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
border-color: #E4E5E7;
color: #E4E5E7; }
border-color: #CA4019;
color: #BAB108; }
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
@ -9945,6 +9945,11 @@ p label {
p label::after {
content: ':'; }
a:hover {
background-color: #26599B;
padding: 0.25em;
margin: -0.25em; }
hr, .titlebar-bigborder, .media.media-comment, .media.media-comment + .media.media-comment,
.media.media-comment .media.media-comment, .footer .container {
border-top: 4px solid #193B68; }
@ -10759,9 +10764,9 @@ a.teaser {
.hero.is-grey a:hover,
.hero.is-dandelion a:hover {
color: #3276CF;
background-color: white;
padding: .25em;
margin: -.25em; }
background-color: #FFFFFF;
padding: 0.25em;
margin: -0.25em; }
.hero-project .container .hero-body .title {
color: currentColor;