23 lines
449 B
CSS
23 lines
449 B
CSS
#expander-box, #window, #input {
|
|
background-color: rgba(50, 70, 76, 0.5);
|
|
border-radius: 0;
|
|
color: white;
|
|
font-family: FantasqueSansM Nerd Font;
|
|
font-size: 16px;
|
|
}
|
|
|
|
#window, #input {
|
|
border: 2px solid #35a77c;
|
|
}
|
|
|
|
#expander-box {
|
|
padding-left: 2px;
|
|
padding-right: 2px;
|
|
}
|
|
|
|
#entry:selected {
|
|
background-color: #3a464c;
|
|
border-top: 2px solid #83c092;
|
|
border-bottom: 2px solid #83c092;
|
|
border-radius: 0;
|
|
}
|