/*
 * Custom override css
 *
 * This css file is loaded at the last position.
 * Use it to make tweaks to the provided themes css files
 * without the need to create a complete custom theme
 *
 */
 
u {
   font-weight: bold;
   color: red;
}
 