mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Adding shadowing for white images.
Thanks to Psycojoker comment. Tested Responsive + Chrome latest & Firefox
This commit is contained in:
parent
8abd9ce94d
commit
c4ec12116a
1 changed files with 7 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue