13 lines
250 B
CSS
13 lines
250 B
CSS
window {
|
|
opacity: 1.0;
|
|
border: 2px solid @theme_selected_bg_color;
|
|
border-radius: 0px;
|
|
font-family: Hack;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#input {
|
|
border: 2px solid @theme_selected_bg_color;
|
|
border-radius: 0px;
|
|
font-size: 14px;
|
|
}
|