more colors
This commit is contained in:
parent
610fada91d
commit
9d9fbce196
3 changed files with 11 additions and 11 deletions
|
|
@ -1,13 +1,13 @@
|
|||
#expander-box, #window, #input {
|
||||
background-color: rgba(44, 37, 46, 0.7);
|
||||
background-color: rgba(50, 70, 76, 0.5);
|
||||
border-radius: 0;
|
||||
color: white;
|
||||
font-family: SourceCodePro;
|
||||
font-size: 11pt;
|
||||
font-family: FantasqueSansM Nerd Font;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#window, #input {
|
||||
border: 2px solid #81a1c1;
|
||||
border: 2px solid #35a77c;
|
||||
}
|
||||
|
||||
#expander-box {
|
||||
|
|
@ -16,8 +16,8 @@
|
|||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: #2c3746;
|
||||
border-top: 2px solid #eceff4;
|
||||
border-bottom: 2px solid #eceff4;
|
||||
background-color: #3a464c;
|
||||
border-top: 2px solid #83c092;
|
||||
border-bottom: 2px solid #83c092;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue