Checking asset validation by modifying Orchard.Resources/Assets/Less/Bootstrap/variables.less, but not its derivatives

This commit is contained in:
Benedek Farkas 2024-04-04 20:09:03 +02:00
parent a84547828b
commit 3fc9b8362b

View File

@ -7,7 +7,7 @@
//
//## Gray and brand colors for use across Bootstrap.
@gray-base: #000;
@gray-base: #111;
@gray-darker: lighten(@gray-base, 13.5%); // #222
@gray-dark: lighten(@gray-base, 20%); // #333
@gray: lighten(@gray-base, 33.5%); // #555