.dotfiles/wofi/style.css

52 lines
662 B
CSS
Raw Normal View History

2022-09-17 20:24:40 +00:00
window {
2023-01-06 18:57:26 +00:00
margin: 0px;
border-left: 2px solid #458588;
background-color: #1d2021;
2022-09-17 20:24:40 +00:00
}
#input {
2023-01-06 18:57:26 +00:00
margin: 5px;
border: none;
color: #1d2021;
background-color: #EBDBB2;
2022-09-17 20:24:40 +00:00
}
#inner-box {
2023-01-06 18:57:26 +00:00
margin: 5px;
margin-left: 0px;
border: none;
background-color: #1d2021;
2022-09-17 20:24:40 +00:00
}
#outer-box {
2023-01-06 18:57:26 +00:00
margin: 5px;
margin-left: 0px;
border: none;
background-color: #1d2021;
2022-09-17 20:24:40 +00:00
}
#scroll {
2023-01-06 18:57:26 +00:00
margin: 0px;
border: none;
2022-09-17 20:24:40 +00:00
}
#text {
2023-01-06 18:57:26 +00:00
margin: 5px;
border: none;
color: #EBDBB2;
background: none;
2022-09-17 20:24:40 +00:00
}
#text:selected {
2023-01-06 18:57:26 +00:00
color: #1d2021;
2022-09-17 20:24:40 +00:00
}
#img {
2023-01-06 18:57:26 +00:00
background: none;
2022-09-17 20:24:40 +00:00
}
#entry:selected {
2023-01-06 18:57:26 +00:00
background-color: #EBDBB2;
2022-09-17 20:24:40 +00:00
}