diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-11 20:41:12 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-11 20:41:12 -0700 |
| commit | 93820527f7dc89e3a3f2e2171d440d2059638944 (patch) | |
| tree | 94bdf136f026d9e41a3d6872a79174b7f7aaf442 /modules/home | |
| parent | 8cab1a79d0d34596420bc440cf09fb09f26031e7 (diff) | |
Update EWW media widget styling
Diffstat (limited to 'modules/home')
| -rw-r--r-- | modules/home/eww.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/home/eww.nix b/modules/home/eww.nix index 566eaea..3be22ea 100644 --- a/modules/home/eww.nix +++ b/modules/home/eww.nix @@ -46,6 +46,8 @@ window { color: @fg; background-color: @bg; + border: 2px solid @bg1; + border-bottom: none; } .main { |