Home Gen155 @ 2024-04-28-23:04

This commit is contained in:
Jonas Röger 2024-04-28 23:04:20 +02:00
parent f1c618ca79
commit d9dd0aa427

View File

@ -12,26 +12,26 @@
programs.wofi.style = '' programs.wofi.style = ''
window { window {
background-color: #3B4252; background-color: #3B425299;
border-radius = 5px; border-radius = 10px;
} }
#input { #input {
margin: 5px; margin: 5px;
border-radius: 0px; border-radius: 0px;
border: none; border: none;
background-color: #3B4252; background-color: #3B425299;
color: white; color: white;
} }
#inner-box { #inner-box {
background-color: #383C4A; background-color: #383C4A99;
} }
#outer-box { #outer-box {
margin: 2px; margin: 2px;
padding: 10px; padding: 10px;
background-color: #383C4A; background-color: #383C4A99;
} }
#scroll { #scroll {
@ -44,7 +44,7 @@
} }
#entry:nth-child(even){ #entry:nth-child(even){
background-color: #404552; background-color: #40455299;
} }
#entry:selected { #entry:selected {