8 lines
96 B
CSS
8 lines
96 B
CSS
a {
|
|
display: block;
|
|
color: var(--btcpay-body-text);
|
|
}
|
|
::deep .icon {
|
|
--icon-size: 2rem;
|
|
}
|