imio-publik-themes/static/lasne/_custom.scss

14 lines
226 B
SCSS

@charset "UTF-8";
/*logo adjustmts*/
h1#logo a img {
max-height: 130px;
}
/*highligh footer links*/
#footer-wrapper > #footer a {
color: hsl(0, 0, 100%);
text-decoration: underline;
&:hover {
text-decoration: none;
}
}