Move assets

This commit is contained in:
Shift
2023-01-03 08:25:58 +00:00
parent a3d4deae7d
commit 5b9471f838
71 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover {
color: darken(@color, 10%);
}
}