Kosmos visual customizations

This commit is contained in:
Basti 2021-12-05 16:01:11 -06:00 committed by Râu Cao
parent a5b4a2b7e7
commit 10b8caaa5c
Signed by: raucao
GPG Key ID: 37036C356E56CC51
3 changed files with 27 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

View File

@ -0,0 +1,26 @@
@import 'application';
body {
background-color: $ui-base-color;
background-image: url('../images/background-kosmos.jpg');
background-size: cover;
background-attachment: fixed;
}
body.about-body {
background-color: transparent;
background-image: url('../images/background-kosmos.jpg');
background-size: cover;
background-attachment: fixed;
}
.landing-page .learn-more-cta {
background: rgba(31, 35, 43, 50%);
}
.ui {
background-color: darken($ui-base-color, 7%);
background-image: url('../images/background-kosmos.jpg');
background-size: cover;
background-attachment: fixed;
}

View File

@ -1,3 +1,3 @@
default: styles/application.scss
default: styles/custom.scss
contrast: styles/contrast.scss
mastodon-light: styles/mastodon-light.scss