commit 8002924cc298de6bffe4a3b05ca9ec1ab5afe54a parent c5597cbec02dd044576a10f02e2f47ce8756c4cf Author: Matsuda Kenji <contact2655@matsudakenji.xyz> Date: Thu, 21 Jul 2022 13:52:37 +0900 add note for readme Diffstat:
M | README | | | 2 | ++ |
D | config/config | | | 2 | -- |
M | config/styles/default.css | | | 3 | --- |
3 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/README b/README @@ -1,3 +1,5 @@ +My custom build of surf web browser + surf - simple webkit-based browser ================================== surf is a simple Web browser based on WebKit/GTK+. diff --git a/config/config b/config/config @@ -1 +0,0 @@ -/home/kenji/.local/src/surf/config -\ No newline at end of file diff --git a/config/styles/default.css b/config/styles/default.css @@ -1,8 +1,5 @@ html { - background-color: #1b1b1b; background-image: none; - color: #e0e0e0; } a { - color: #38b48b; }