From 2a3ac0eb56f8e699b73b0d1caa4aead09bce7b46 Mon Sep 17 00:00:00 2001 From: Ayabusa Date: Mon, 6 Apr 2026 14:07:58 +0200 Subject: [PATCH] Updated projects n all --- projects/index.html | 24 ++++++++++++------------ style.css | 13 +++++++++++++ 2 files changed, 25 insertions(+), 12 deletions(-) diff --git a/projects/index.html b/projects/index.html index b1045ab..a8e1acd 100644 --- a/projects/index.html +++ b/projects/index.html @@ -9,8 +9,8 @@
- - + +

loc_projects:

@@ -23,8 +23,7 @@

- - +

loc_myfiches.com:

@@ -39,8 +38,7 @@

- - +

loc_rusty_slicer:

@@ -55,8 +53,9 @@

- - + + +

loc_numworks_hacking:

@@ -75,8 +74,8 @@

- - + +

loc_a_la_carte:

@@ -89,8 +88,9 @@

- - + + +

loc_minecraft_mods:

diff --git a/style.css b/style.css index 5db09ff..e91b511 100644 --- a/style.css +++ b/style.css @@ -39,3 +39,16 @@ font-weight: 900; font-style: normal; } + +*::selection { + background: #8bc8feff; + color: #071c2dff; +} +*::-moz-selection { + background: #8bc8feff; + color: #071c2dff; +} +*::-webkit-selection { + background: #8bc8feff; + color: #071c2dff; +}