Files
wofi_alt/style.css.example

63 lines
849 B
Plaintext

* {
border: none;
box-shadow: none;
outline: none;
}
window {
font-size: 13px;
font-family: "JetBrains Mono";
background-color: #14140c;
border-radius: 12px;
}
#outer-box {
margin: 16px;
background-color: #14140c;
border-radius: 12px;
}
#inner-box {
background-color: #14140c;
border-radius: 12px;
}
#entry {
padding: 14px 8px;
border-radius: 16px;
background-color: transparent;
transition: all .2s ease;
}
#entry:selected {
background-color: #4c4800;
}
#entry #text {
margin: 14px 0 0;
font-weight: normal;
color: #ccc8a3;
}
#entry:selected #text {
color: #d0ca74;
}
#image {
font-size: 36px;
margin: 4px;
}
#input {
background: transparent;
margin: 0 8px 12px;
color: #d0ca74;
padding: 8px 12px;
border-radius: 12px;
border-bottom: 2px solid #4c4800;
}
#scroll {
margin: 0;
}