sites

parazyd.cf website
git clone https://git.parazyd.org/sites
Log | Files | Refs

commit 74e9049b25e5742fda2921d9d3eda3ef7b2f1c73
parent 3c220684557484bbf2d7a84de6458cfdc64fe012
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 17 Jun 2019 22:51:25 +0200

Updates to style.

Diffstat:
Mindex.html.md | 10+---------
Mstatic/style.css | 6+++---
2 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/index.html.md b/index.html.md @@ -1,15 +1,7 @@ welcome ======= -Hi there! I'm parazyd. A [Bitcoin](https://bitcoin.org) enthusiast, -programmer, musician, and -[hacker](https://en.wikipedia.org/wiki/Hacker_culture). Basically you -might call me a multitasker. - -I am a supporter of free and open source software and an active -contributor to such. You can find some of them on the [projects -page](projects.html). This website for example has been built and runs -using only [free software](https://www.gnu.org/philosophy/free-sw.html). +Hi there! Feel free to lurk around this website, you might find useful things. If you wish to contact me, you can find the related info at the [contact diff --git a/static/style.css b/static/style.css @@ -4,7 +4,7 @@ html, html a { body { /* background-color: #f4f5e7; */ - background-color: #000; + background-color: #222; color: #eee; margin: 0 15% 0 15%; font-size: 12pt; @@ -61,10 +61,10 @@ code { a, a:visited, a:active { text-decoration: none; - color: #fa1027; + color: #00baf9; } a:hover { text-decoration: underline; - color: #fa1027; + color: #00baf9; }