diff options
Diffstat (limited to 'home/rices/finals/eww/configDir/eww.css')
| -rw-r--r-- | home/rices/finals/eww/configDir/eww.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/home/rices/finals/eww/configDir/eww.css b/home/rices/finals/eww/configDir/eww.css new file mode 100644 index 0000000..a2d71be --- /dev/null +++ b/home/rices/finals/eww/configDir/eww.css @@ -0,0 +1,18 @@ +.clock-container { + background-color: transparent; +} + +.clock-time { + font-size: 72px; + font-weight: bold; + font-family: "FiraCode Nerd Font"; + color: #ebdbb2; + text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6); +} + +.clock-date { + font-size: 20px; + font-family: "Inter"; + color: #a89984; + text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5); +} |
