Files
desktop/app/style.css
rosetta 83f38dc63f 'init'
2026-01-30 05:01:05 +02:00

18 lines
165 B
CSS

input, button, textarea, :focus {
outline: none;
}
img {
user-select: none;
}
html{
overflow: hidden;
height: 100%;
}
body {
height: 100%;
}