mirror of
https://github.com/supanadit/todo.git
synced 2024-11-10 09:52:19 +00:00
10 lines
151 B
Plaintext
Executable File
10 lines
151 B
Plaintext
Executable File
// Contextual backgrounds
|
|
|
|
.bg-variant(@color) {
|
|
background-color: @color;
|
|
a&:hover,
|
|
a&:focus {
|
|
background-color: darken(@color, 10%);
|
|
}
|
|
}
|