mirror of
https://github.com/yuzu-mirror/dynarmic.git
synced 2026-01-07 09:00:04 +01:00
git-subtree-dir: externals/fmt git-subtree-split: 398343897f98b88ade80bbebdcbe82a36c65a980
9 lines
116 B
Plaintext
9 lines
116 B
Plaintext
// Typography
|
|
|
|
.text-emphasis-variant(@color) {
|
|
color: @color;
|
|
a&:hover {
|
|
color: darken(@color, 10%);
|
|
}
|
|
}
|