SSOwat/portal/assets/themes/random/custom_portal.css

14 lines
448 B
CSS
Raw Normal View History

/*
===============================================================================
This file contain extra CSS rules to customize the YunoHost user portal and
can be used to customize app tiles, buttons, etc...
===============================================================================
*/
.app-tile:focus:after,
.app-tile:hover:after,
.app-tile:focus:before,
.app-tile:hover:before {
background:var(--background-color, red) !important;
}