We cannot change body's CSS as this piece of CSS is loaded in all apps...

This commit is contained in:
Alexandre Aubin 2019-03-14 19:05:12 +01:00
parent 4e60f3b8a1
commit 710c6ac6ab
2 changed files with 4 additions and 3 deletions

View file

@ -12,8 +12,9 @@ a.app-tile,
/* The layout is slightly different, the apps are scollable but not the headers and footers */ /* The layout is slightly different, the apps are scollable but not the headers and footers */
html { html {
height:100%; height:100%;
} }
body {
.ynh-user-portal {
background-image: url("background.jpg"); background-image: url("background.jpg");
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;

View file

@ -1,7 +1,7 @@
/* ========================================================================== /* ==========================================================================
Vaporwave theme Vaporwave theme
========================================================================== */ ========================================================================== */
body { .ynh-user-portal {
min-height: 100vh; min-height: 100vh;
background: rgb(205, 118, 255) !important; background: rgb(205, 118, 255) !important;
background: -moz-linear-gradient(45deg, rgb(205, 118, 255) 0%, rgb(93, 150, 168) 100%) !important; background: -moz-linear-gradient(45deg, rgb(205, 118, 255) 0%, rgb(93, 150, 168) 100%) !important;