mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-04-09 06:47:12 +02: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%);
|
|
}
|
|
}
|