clean all titles colors

This commit is contained in:
tykayn 2020-12-03 16:18:11 +01:00 committed by Baptiste Lemoine
parent 26f62f7174
commit fe2d845a91
7 changed files with 17 additions and 11 deletions

View File

@ -189,10 +189,17 @@ a {
.setting-title {
margin-top: 2rem;
margin-bottom: 1rem;
h1,h2,h3,h4,h5,h6{
background: $secondary;
color : $white;
span{
background: $secondary !important;
color : $white !important;
}
}
h2 {
display: inline;
background: $secondary;
padding: 2px 7.5px;
text-transform: uppercase;
font-size: 1.25rem;
@ -250,8 +257,12 @@ a {
background-color: $chapril_blue_light !important;
}
.time.datetime-container span.month {
color: $primary-invert;
.time.datetime-container{
color: $white;
background: $chapril_blue_light;
span.month {
color: $white;
}
}
/**

View File

@ -355,6 +355,7 @@ article.box {
.list-card {
display: flex;
align-items: center;
padding: 0 1.5em;
.actions {
padding-right: 7.5px;

View File

@ -23,7 +23,6 @@ export default class EventMetadataBlock extends Vue {
h2 {
font-size: 1.8rem;
font-weight: 500;
color: #f7ba30;
}
div.eventMetadataBlock {

View File

@ -17,10 +17,8 @@ h2 {
margin: 15px 0 30px;
span {
background: $secondary;
display: inline;
padding: 3px 8px;
color: #3a384c;
font-family: "Liberation Sans", "Helvetica Neue", Roboto, Helvetica, Arial,
serif;
font-weight: 400;

View File

@ -350,7 +350,6 @@ h2.subtitle {
span {
padding: 5px 7px;
display: inline;
background: $secondary;
}
}

View File

@ -810,7 +810,6 @@ div.container {
.media-content {
h2 {
color: #3c376e;
font-family: "Liberation Sans", "Helvetica Neue", Roboto,
Helvetica, Arial, serif;
font-size: 1.5rem;

View File

@ -292,10 +292,9 @@ export default class Register extends Vue {
}
h2.title {
color: $primary;
font-size: 2.5rem;
text-decoration: underline;
text-decoration-color: $secondary;
display: inline;
}