mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
9 lines
139 B
Plaintext
Executable File
9 lines
139 B
Plaintext
Executable File
// Contextual backgrounds
|
|
|
|
.bg-variant(@color) {
|
|
background-color: @color;
|
|
a&:hover {
|
|
background-color: darken(@color, 10%);
|
|
}
|
|
}
|