16 lines
401 B
CSS
16 lines
401 B
CSS
*{
|
|
transition: 1000ms ease ;
|
|
}
|
|
window {
|
|
background-image: url("/home/agxcoy/.local/share/.wallpaper_blur");
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-color: rgba(0,0,0,0.3);
|
|
font-family: 'Monaco Nerd Font Mono';
|
|
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7)
|
|
}
|
|
#input-field {
|
|
background-color: rgba(3, 3, 3, 0.15)
|
|
}
|