diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-25 22:52:20 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-25 23:00:44 -0700 |
| commit | 2f17e369400b9c895b3554008ab3efbc76255428 (patch) | |
| tree | 172c910e17f14bb8d0d7306fe527c2c79140df64 /home/eww/eww.css | |
| parent | 10c984caf7067656990e5966b4626314f225755f (diff) | |
roles: home: migrate old home module to roles
Diffstat (limited to 'home/eww/eww.css')
| -rw-r--r-- | home/eww/eww.css | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/home/eww/eww.css b/home/eww/eww.css deleted file mode 100644 index 075beb8..0000000 --- a/home/eww/eww.css +++ /dev/null @@ -1,51 +0,0 @@ -@import "colors.css"; - -window { - color: @fg; - background-color: @bg; - border: 2px solid @bg1; - font-family: monospace, sans-serif; -} - -.main { - margin: 8px; -} - -.left { - margin-top: 8px; -} - -.song-title { - font-size: 17px; - font-weight: bold; -} - -.song-album { - color: @fg2; -} - -.song-artist { - color: @fg2; -} - -.control { - font-size: 24; -} - -button { - color: @fg; - background: @bg; - - border: none; - border-radius: 0; - box-shadow: none; - text-shadow: none; -} - -button:hover { - background: @bg1; -} - -button:active { - background: @bg2; -}
\ No newline at end of file |