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_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;
+}