diff options
author | Andrew <andrew@andrewyu.org> | 2023-01-26 11:47:40 +0800 |
---|---|---|
committer | Automatic Merge <andrew+automerge@andrewyu.org> | 2023-07-15 00:29:40 +0800 |
commit | a29e6b8d3ba296798adaf5b78fe4061e00ee2767 (patch) | |
tree | 4f2a3e0ca43461e19936dbd063e71584abbb0e9f | |
parent | 4ecb04b32216bf4856544ba329a5d6254a3032b0 (diff) | |
download | www-a29e6b8d3ba296798adaf5b78fe4061e00ee2767.tar.gz |
Yellowish again
-rwxr-xr-x | plain.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plain.css b/plain.css index 5828fe7..925be7d 100755 --- a/plain.css +++ b/plain.css @@ -1,9 +1,9 @@ body { - /* background-color: #F8F4E7; - color: #552800; */ - background-color: #E9F7FF; - color: #000000; - font-family: sans-serif; + background-color: #F8F4E7; + color: #552800; + /* background-color: #E9F7FF; + color: #000000; + font-family: sans-serif; */ } .copyright { |