diff options
| author | Yuval Adam <_@yuv.al> | 2025-04-22 14:34:33 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-04-22 14:34:33 +0200 |
| commit | d96a7cdace6a9818291f41930e8f8ea6f525c5e6 (patch) | |
| tree | 58468020bb1acf0c1bde7ccc7a963e59f3d2d6d0 /static/base.css | |
| parent | 6d6999a60c2f3dcd75615c88bd2138aa41f986de (diff) | |
Add subtle background gradient
Diffstat (limited to 'static/base.css')
| -rw-r--r-- | static/base.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/base.css b/static/base.css index da1fce3..1022597 100644 --- a/static/base.css +++ b/static/base.css @@ -1,3 +1,7 @@ h1.shadow { text-shadow: 3px 3px 3px #ccc; +} + +body { + background: linear-gradient(to bottom right, #ffffff, #d0d0d0); }
\ No newline at end of file |
