From 91f797101fdf3b2da27bd25f009a737048f23f8b Mon Sep 17 00:00:00 2001 From: joe Date: Mon, 13 Oct 2025 12:08:27 +0200 Subject: up --- .config/browsers/home.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .config/browsers/home.css (limited to '.config/browsers/home.css') diff --git a/.config/browsers/home.css b/.config/browsers/home.css new file mode 100644 index 0000000..fcd08e6 --- /dev/null +++ b/.config/browsers/home.css @@ -0,0 +1,7 @@ +body { + width: 100%; + height: 100%; + font-family: sans-serif; + color: #ebdbb2; + background-color: #1d2021; +} -- cgit v1.2.3