diff options
author | Aaron Ball <nullspoon@oper.io> | 2024-10-22 20:54:40 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2024-10-22 20:54:40 -0600 |
commit | ac748e383467c8197f3292181309489b6248ad36 (patch) | |
tree | 1454d8fcbf76eb14333d695e1521494827045a34 | |
parent | b4d3311e8cd25a5b0596b5e6a83f2d682b72f76b (diff) | |
download | oper.io-ac748e383467c8197f3292181309489b6248ad36.tar.gz oper.io-ac748e383467c8197f3292181309489b6248ad36.tar.xz |
css: Make background gradient a bit more appealing
-rw-r--r-- | res/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/style.css b/res/style.css index efa9128..003aaeb 100644 --- a/res/style.css +++ b/res/style.css @@ -13,7 +13,7 @@ body { font-size:1.1em; margin:0px; padding:0px; - background:linear-gradient(to top right, #322, #456); + background:linear-gradient(to top right, #291a1a, #456); } a, |