Adding shadowing for white images.

Thanks to Psycojoker comment.
Tested Responsive + Chrome latest & Firefox
This commit is contained in:
Geoff Montel 2019-07-09 18:35:20 +02:00
parent 8abd9ce94d
commit c4ec12116a

View file

@ -5,7 +5,7 @@
===============================================================================
*/
/* Make page texts black */
/* Make page texts white */
.user-container h2,
.user-container small,
.user-container .user-mail,
@ -13,7 +13,12 @@
.content .footer a,
a.app-tile,
#ynh-logout {
color: black !important;
color: white !important;
}
body {
color: white !important;
text-shadow: 3px 4px 4px rgba(0,0,0,.4), -1px -1px 6px rgba(0,0,0,0.2);
}
.ynh-user-portal {