1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-02 23:21:02 +01:00
home-manager/tests/modules/misc/gtk/gtk4/gtk4-no-theme-css-injection-expected.css
Austin Horstman 47443585fe tests/gtk: refactor and organize
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-11 11:53:47 -05:00

8 lines
96 B
CSS

/* Custom user CSS */
window {
background-color: #2d2d2d;
}
button {
border-radius: 8px;
}