Apply border color variable to matching borders

This commit is contained in:
Carlos Fernandez 2026-05-26 21:42:17 -04:00
parent 4f5317060a
commit 988dc82c36
26 changed files with 58 additions and 156 deletions

View file

@ -266,7 +266,7 @@
align-items: center;
background-color: light-dark(@dark-15, @dark-golden-80);
color: @color-text-emphatic;
border: 1px solid light-dark(@dark-blue, @golden);
border: 1px solid @color-border;
border-radius: 3px;
min-height: 30px;
font-weight: bold;