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