This commit is contained in:
Anthony Dumas 2019-12-26 18:11:47 +01:00
parent 9ed4bc3c77
commit 59be57fe24
2 changed files with 47 additions and 46 deletions

View File

@ -5,6 +5,7 @@
.dark-theme-only {
display: inline;
}
.hero {
background-color: darken(#5c9ead, 35%) !important;
color: #ffffff;
@ -23,10 +24,10 @@
color: #ffffff;
}
.is-primary
{
.is-primary {
background-color: darken(#5c9ead, 40%) !important;
}
.tile.is-vertical {
background-color: unset;
}