mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
We cannot change body's CSS as this piece of CSS is loaded in all apps...
This commit is contained in:
parent
4e60f3b8a1
commit
710c6ac6ab
2 changed files with 4 additions and 3 deletions
|
@ -12,8 +12,9 @@ a.app-tile,
|
|||
/* The layout is slightly different, the apps are scollable but not the headers and footers */
|
||||
html {
|
||||
height:100%;
|
||||
}
|
||||
body {
|
||||
}
|
||||
|
||||
.ynh-user-portal {
|
||||
background-image: url("background.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* ==========================================================================
|
||||
Vaporwave theme
|
||||
========================================================================== */
|
||||
body {
|
||||
.ynh-user-portal {
|
||||
min-height: 100vh;
|
||||
background: rgb(205, 118, 255) !important;
|
||||
background: -moz-linear-gradient(45deg, rgb(205, 118, 255) 0%, rgb(93, 150, 168) 100%) !important;
|
||||
|
|
Loading…
Reference in a new issue