Replies: 1 comment
-
@ddogfoodd * {
all: unset;
} Here's my wip * {
all: unset;
}
#window {
background: transparent;
}
#entry {
font-size: 1.2rem;
caret-color: #89b4fa;
border-radius: 8px 8px 0px 0px;
padding: 8px 16px;
background-color: #181825;
}
#entry:focus {
border: none;
}
list {
background-color: #181825;
}
list#main {
border-radius: 0px 0px 8px 8px;
background-color: #181825;
}
list#main:focus,
list#main:selected {
border: none;
background-color: #181825;
}
/* anyrun's ouput matches entries */
list #match {
color: #cdd6f4;
}
list #match:selected,
list #match:hover {
background-color: #89b4fa;
}
list #match:selected label,
list #match:hover label {
color: #181825;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I change the blue border color of the text input field and the blue background of the selection in the list?
Beta Was this translation helpful? Give feedback.
All reactions