Dotfiles/desktopenvs/hyprlua/nwg-panel/menu-start.css

57 lines
865 B
CSS

* {
all: unset;
font-family: Agave Nerd Font Mono, Arial, sans-serif;
border-radius: 30px;
font-size: 10pt;
color: #d6abab;
}
window {
background-color: #1a1a1a;
color: #E40046;
border: solid;
border-width: 4px;
margin-bottom: 10px;
padding: 5px;
}
list {
background: none;
border-radius: 25px;
padding: 5px;
margin: 5px;
}
entry {
background-color: #1a1a1a;
padding: 2px 2px;
border-radius: 15px;
color: #5018dd;
}
button, image {
background: none;
border: none;
box-shadow: none;
color: #d6abab;
}
button {
padding: 2px;
margin-left: 4px;
margin-right: 4px;
font-size: 12px;
border-radius: 2px;
color: #d6abab;
}
button:hover {
background-color: #1a1a1a;
color: #E40046;
}
button:focus {
box-shadow: none;
color: #E40046;
}