mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2026-04-09 07:29:11 +02:00
fix CSS mistranslated from LESS
This commit is contained in:
parent
963a6ed023
commit
383c60b144
2 changed files with 3 additions and 3 deletions
|
|
@ -67,7 +67,7 @@ a {
|
|||
padding: 0.5em;
|
||||
margin: 0.2em;
|
||||
display: inline-block;
|
||||
border-radius: var(--border-radius) * 5;
|
||||
border-radius: calc(var(--border-radius) * 5);
|
||||
border: 1px solid var(--text-color);
|
||||
@media (prefers-color-scheme: dark) {
|
||||
color: var(--text-color-dark);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue