aboutsummaryrefslogblamecommitdiff
path: root/home/wm/wofi/style.css
blob: bf6f2aa69265e4cfe37f970174028bf28dac025c (plain) (tree)










































                                           
*{
  font-family: monospace;
}

window {
  color: #5E81AC;
  background-color: rgba(27, 27, 28, 0.92);
  border: 2px solid #75d5ff;
}

#input {
  margin: 10px 0px;
  border-radius: 0px;
  border: none;
  background: transparent;
  color: white;
}

#inner-box {
  background-color: transparent;
}

#outer-box {
  margin: 0px;
  padding:5px;
  background-color: transparent;
}

#text {
  padding: 5px;
  color: white;
}

#entry:selected {
  color: #75d5ff;
  background-color: transparent;
  border: 0px;
}

#text:selected {
  color: #75d5ff;
  background-color: transparent;
}