2024-12-18 09:40:11 +03:00
|
|
|
{ config, ... }:
|
2024-10-11 23:27:07 +03:00
|
|
|
{
|
2024-12-18 09:40:11 +03:00
|
|
|
text = ''
|
|
|
|
* {
|
|
|
|
font-family: "${config.module.style.font.serif.name}", "Terminess Nerd Font Propo";
|
|
|
|
font-size: ${toString config.module.style.font.size.desktop}px;
|
|
|
|
color: #${config.module.style.color.fg.light};
|
|
|
|
}
|
|
|
|
'';
|
2024-05-02 04:47:21 +03:00
|
|
|
}
|