17 lines
253 B
CSS
17 lines
253 B
CSS
.brand-link {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.brand-icons {
|
|
width: 15.5px;
|
|
max-width: 15.5px;
|
|
height: 16px;
|
|
max-height: 16px;
|
|
padding: 0px;
|
|
fill: var(--link);
|
|
display: inline-block;
|
|
}
|
|
|
|
.brand-icons:hover, .brand-icons:active {
|
|
fill: var(--hover);
|
|
}
|