website

my website
git clone git://git.evenfri.duckdns.org/website.git
Log | Files | Refs

commit 058432736cae3eaef9294d7a073199d0f04c2295
parent 7511d0544f808ed94417affc977b5254238632cf
Author: evenfri <evenfri256@gmail.com>
Date:   Tue, 28 Jul 2026 17:19:57 +0800

update

Diffstat:
Mindex.html | 4+++-
Mlinks.html | 4+++-
Mstyle.css | 8++++++--
3 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/index.html b/index.html @@ -12,7 +12,9 @@ <body> <center> -<h1><a href="index.html" style="color: rgb(255, 255, 255); text-decoration: none;">evenfri</a></h1> +<h1><a href="index.html" style=" + color: rgb(255, 255, 255); + text-decoration: none;">evenfri</a></h1> <img src="assets/pfp.png" width="50%"> diff --git a/links.html b/links.html @@ -12,7 +12,9 @@ <body> <center> -<h1><a href="index.html" style="color: rgb(255, 255, 255); text-decoration: none;">evenfri</a></h1> +<h1><a href="index.html" style=" + color: rgb(255, 255, 255); + text-decoration: none;">evenfri</a></h1> <img src="assets/links-banner.png" width="50%"> diff --git a/style.css b/style.css @@ -1,7 +1,7 @@ body { - background-color: #181a1b; + background-color: #000000; color: #ffffff; - font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; + font-family: monospace; min-height: 100vh; margin: 0; display: flex; @@ -9,3 +9,7 @@ body { align-items: flex-start; text-align: center; } + +a, a:visited { + color: #5555ee; +}