nixos-configs/nixosModules/ags/config/scss/lockscreen.scss

11 lines
132 B
SCSS
Raw Normal View History

2024-04-19 17:01:09 -04:00
@import './common';
window {
2024-07-24 11:45:28 -04:00
background-color: transparent;
2024-04-19 17:01:09 -04:00
}
2024-04-19 18:00:50 -04:00
.clock {
2024-07-24 11:45:28 -04:00
font-size: 80pt;
font-family: 'Ubuntu Mono';
2024-04-19 18:00:50 -04:00
}