From 1a958df8d3bed6219a42728d224201cb59f7e5e8 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 15 Aug 2025 19:28:27 +0700 Subject: [PATCH] del: del additional information to README.md --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index 4e613838..9ec24d63 100644 --- a/README.md +++ b/README.md @@ -96,24 +96,6 @@ New languages can be requested on project's [discussion page](https://crowdin.co Current status: [![Crowdin](https://badges.crowdin.net/i2pd/localized.svg)](https://crowdin.com/project/i2pd) -Custom CSS Theme ------------- - -You can use a custom theme for i2pd web console, e.g., `hacker.css`. - -Example: - -```bash -user@computer:~/i2pd$ mkdir -p ~/.i2pd/webconsole -user@computer:~/i2pd$ cp contrib/webconsole/hacker.css ~/.i2pd/webconsole/ -user@computer:~/i2pd$ ./i2pd --http.theme=hacker -``` -Or set it in i2pd.conf: -``` -[HTTP] -theme=hacker -``` - Donations ---------