Kosmos visual customizations
This commit is contained in:
parent
a5b4a2b7e7
commit
10b8caaa5c
BIN
app/javascript/images/background-kosmos.jpg
Normal file
BIN
app/javascript/images/background-kosmos.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 124 KiB |
26
app/javascript/styles/custom.scss
Normal file
26
app/javascript/styles/custom.scss
Normal 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;
|
||||
}
|
@ -1,3 +1,3 @@
|
||||
default: styles/application.scss
|
||||
default: styles/custom.scss
|
||||
contrast: styles/contrast.scss
|
||||
mastodon-light: styles/mastodon-light.scss
|
||||
|
Loading…
x
Reference in New Issue
Block a user