Snippets

Kevin Klement Stylesheet for nwg-menu 2022/0307

Created by Kevin Klement last modified

window {
    background-color: rgba (19, 21, 24, 0.9);
    color: rgba (19, 21, 24, 0.9);
    border: 3px solid #dfafdf;
}

list {
    background-color: rgba (19, 21, 24, 0);
    border-radius: 0px;
    color: #c1c6ca;
    font-family: 'Fira Sans';
    font-size: 18px;
}

list :selected {
    color: #131518;
    background: #87afdf;
}

entry {
    background-color: #303236;
    color: #eeeeee;
    border: 2px solid #afdf87;
    border-radius: 0px;
    font-family: 'Fira Sans';
    font-size: 16px;
}

button {
    background: none;
    color: red;
    border: none;
}

button:hover {
    background-color:  #87afdf;
}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.