Improve color palette

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-06-24 10:05:22 +02:00
parent 148183ca48
commit 703de9c638
7 changed files with 80 additions and 37 deletions

View File

@@ -134,7 +134,10 @@ export default class About extends Vue {
}
.hero.register {
background: lighten($background-color, 20%);
.title {
color: $violet-1;
}
background: $purple-2;
}
aside.menu {

View File

@@ -184,10 +184,6 @@ export default class AboutMobilizon extends Vue {}
}
}
.hero.register {
background: lighten($background-color, 20%);
}
section {
padding: 3rem 0;