summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorShipwreckt <Shipwreckt@mailfence.com>2024-05-16 20:58:37 +0100
committerShipwreckt <Shipwreckt@mailfence.com>2024-05-16 20:58:37 +0100
commit856265ea556b08240b289c205d7dc5eebe241a83 (patch)
tree71b473b927f474dd9bcdad7eca5b330ce23e1fff /public
parent9c2932110364ef9ffeeb84f116c9f17509bdc90f (diff)
changed link colours because looking at it on friends phone it seemed a bit dim, I also added what file manager I use in my about me.
Diffstat (limited to 'public')
-rw-r--r--public/index.html6
-rw-r--r--public/style.css2
2 files changed, 7 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html
index 13d3acf..0f0f1b0 100644
--- a/public/index.html
+++ b/public/index.html
@@ -102,6 +102,12 @@
somebody else's server so I switched to KeePassXC because it is offline, I use syncthing
to sync all my passwords from my laptop to my phone.</p>
+ <p><b>File manager</b><br>
+ For my file manager, I use <a href ="https://github.com/ranger/ranger">Ranger</a>.
+ The main reason I use Ranger is because it uses Vim keybinds,
+ which I love. I first tested it out to see if it was any good, and after using it for about a
+ day, I decided to fully switch over to it, and it is a good file manager. I would suggest it to
+ anybody who likes the vim keybinds. </p>
<p><b>Status bar</b><br>
<a href "https://github.com/polybar">Polybar</a>
is the software that I use for my status bar because it is very customizable and it has all
diff --git a/public/style.css b/public/style.css
index 8ee3f07..0f452d5 100644
--- a/public/style.css
+++ b/public/style.css
@@ -18,7 +18,7 @@ body {
a {
font-weight: normal;
text-decoration: none;
- color:#6738a5;
+ color:#9433ff;
}
a:focus {
outline: thin dotted;