7 lines
81 B
CSS
7 lines
81 B
CSS
#clock {
|
|
background: @button;
|
|
}
|
|
|
|
#clock:hover {
|
|
background: @button-hover;
|
|
}
|