Kosmos visual customizations
This commit is contained in:
parent
c1f398ae93
commit
7582103fe5
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 |
38
app/javascript/styles/custom.scss
Normal file
38
app/javascript/styles/custom.scss
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
@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;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column .column-header {
|
||||||
|
background: var(--background-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.column .scrollable {
|
||||||
|
background: var(--background-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.column .notification__filter-bar {
|
||||||
|
background: var(--surface-background-color);
|
||||||
|
}
|
@ -1,3 +1,3 @@
|
|||||||
default: styles/application.scss
|
default: styles/custom.scss
|
||||||
contrast: styles/contrast.scss
|
contrast: styles/contrast.scss
|
||||||
mastodon-light: styles/mastodon-light.scss
|
mastodon-light: styles/mastodon-light.scss
|
||||||
|
Loading…
x
Reference in New Issue
Block a user