mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Clean up LESS files
This commit is contained in:
9
less/lib/bootstrap/mixins/text-emphasis.less
Executable file
9
less/lib/bootstrap/mixins/text-emphasis.less
Executable file
@@ -0,0 +1,9 @@
|
||||
// Typography
|
||||
|
||||
.text-emphasis-variant(@color) {
|
||||
color: @color;
|
||||
a&:hover,
|
||||
a&:focus {
|
||||
color: darken(@color, 10%);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user