1
0
Fork 0
ejv2.cc/themes/risotto/assets/css/icons.css

18 lines
253 B
CSS
Raw Permalink Normal View History

2024-08-13 18:12:17 +01:00
.brand-link {
text-decoration: none;
}
.brand-icons {
2024-08-13 18:12:17 +01:00
width: 15.5px;
max-width: 15.5px;
2024-08-13 18:12:17 +01:00
height: 16px;
max-height: 16px;
padding: 0px;
fill: var(--link);
display: inline-block;
}
.brand-icons:hover, .brand-icons:active {
fill: var(--hover);
}