What type of hardware are you using: VPS bought online What YunoHost version are you running: 12.0.9.2 How are you able to access your server: SSH Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: No. The theme changed upone migration
Describe your issue
I would like it to go back to looking like a periodic table, but I don’t see that among the choices. ‘Legacy’ doesn’t look like it at all.
You can paste this CSS code in the webadmin → domaines → main domain → Custom CSS Style Sheet.
This is visually close to the legacy theme but does not reproduce the mouse over effect
Thank you very much both of you!
I may not have cp/pasted into the right place, but I have the css in custom css on that vps in the main domain anyhow for whenever I fix w/e went wrong with the update on my other, more important, vps, b/c it has my real email address on it! Ah, fun, fun eh? I need to make a new thread. Tweaking appearance is nothing. I thought things went very well, so I proceeded on the important one… I will come back to this thread and bug you guys again, before it expires - I hope!
Put your favorite background image to /usr/share/yunohost/portal/assets/ name it whatever you want (in my case background.jpg)
In admin on https://domain.tld/yunohost/admin/#/domains/domain.tld/feature fill Custom CSS stylesheet with my example:
body {
background-image:url("/yunohost/sso/assets/background.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}