Merge commit 'e7e2f15be55d8dc1be4904b58309f8bf448ff713' as 'external/fmt'

This commit is contained in:
Simone
2024-01-23 08:37:20 +01:00
213 changed files with 90089 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
// Contextual backgrounds
.bg-variant(@color) {
background-color: @color;
a&:hover {
background-color: darken(@color, 10%);
}
}