9 lines
133 B
CSS
9 lines
133 B
CSS
#custom-os {
|
|
padding: 0 12px 0 6px;
|
|
font-size: 24px;
|
|
background: @button;
|
|
}
|
|
|
|
#custom-os:hover {
|
|
background: @button-hover;
|
|
}
|