mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 02:54:40 +02:00
27 lines
No EOL
369 B
CSS
27 lines
No EOL
369 B
CSS
/* https://cloudninja.pw/docs/wofi.html */
|
|
window {
|
|
border: 2px solid black;
|
|
background-color: #333333;
|
|
}
|
|
|
|
#input {
|
|
border: 2px solid black;
|
|
background-color: #555555;
|
|
font-size: 18px;
|
|
color: #fff
|
|
}
|
|
|
|
|
|
#outer-box {
|
|
margin: 10px;
|
|
}
|
|
|
|
#scroll {
|
|
margin: 5px 0px;
|
|
font-size: 16px;
|
|
color: #ccc;
|
|
}
|
|
|
|
#scroll label {
|
|
margin: 2px 0px;
|
|
} |