mirror of
https://github.com/stronk-dev/Tokyo-Night-Linux.git
synced 2025-01-30 21:34:57 -05:00
56 lines
745 B
CSS
56 lines
745 B
CSS
*{
|
|
font-family: monospace;
|
|
}
|
|
|
|
window {
|
|
margin: 5px;
|
|
border: 0px solid white;
|
|
background-color: rgba(48, 98, 148, 1.0);
|
|
}
|
|
|
|
#input {
|
|
margin: 5px;
|
|
border-radius: 0px;
|
|
border: none;
|
|
border-bottom: 0px solid black;
|
|
background-color: #1A1C1E;
|
|
color: white;
|
|
}
|
|
|
|
#inner-box {
|
|
margin: 5px;
|
|
background-color: #1A1C1E;
|
|
}
|
|
|
|
#outer-box {
|
|
margin: 5px;
|
|
padding:20px;
|
|
background-color: #1A1C1E;
|
|
}
|
|
|
|
#scroll {
|
|
|
|
}
|
|
|
|
#text {
|
|
margin: 5px;
|
|
color: white;
|
|
/* border: 2px solid cyan; */
|
|
/* background-color: cyan; */
|
|
}
|
|
|
|
/* #entry:nth-child(even){
|
|
background-color: #404552;
|
|
} */
|
|
|
|
#entry:selected {
|
|
background-color: #151718;
|
|
}
|
|
|
|
#text:selected {
|
|
text-decoration-color: white;
|
|
}
|
|
|
|
|
|
|
|
|