diff options
Diffstat (limited to 'modules/home/eww.nix')
| -rw-r--r-- | modules/home/eww.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/home/eww.nix b/modules/home/eww.nix index 0e6d00f..c06dedc 100644 --- a/modules/home/eww.nix +++ b/modules/home/eww.nix @@ -61,6 +61,7 @@ color: @fg; background-color: @bg; border: 2px solid @bg1; + font-family: monospace, sans-serif; } .main { @@ -72,7 +73,7 @@ } .song-title { - font-size: 16px; + font-size: 17px; font-weight: bold; } |