diff --git a/index.html b/index.html
index 3af149e..f293a32 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,10 @@
bug.tools
+
+
+
+
@@ -108,7 +112,7 @@
What lies here?
-
@@ -123,7 +127,7 @@
A little about me.
-
@@ -139,14 +143,14 @@
Traces of me on the web
-
Email (my contact email)
-
Gitea (my personal
+
Email (my contact email)
+
Gitea (my personal
Gitea instance)
-
GitHub (my
+
GitHub (my
GitHub account)
-
Discord (my discord profile)
-
Steam (where I play games)
-
Roblox (where I waste my time)
+
Discord (my discord profile)
+
Steam (where I play games)
+
Roblox (where I waste my time)
Contact me ?
@@ -220,24 +224,24 @@
-

-
-

-

-

-

-

-

-

-

-

+

+

+

+

+

+

+

+

+
-

+
@@ -287,7 +291,7 @@
-
diff --git a/style.css b/style.css
index cc425e4..4912a25 100644
--- a/style.css
+++ b/style.css
@@ -1,7 +1,4 @@
-@import url('https://fonts.googleapis.com/css2?family=Aldrich&display=swap');
-@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@200..900&display=swap');
-
@font-face {
font-family: 'Forced Square';
src: url('./fonts/FORCEDSQUARE.ttf') format('truetype');
@@ -399,7 +396,7 @@ a:hover {
}
#navhover img:hover {
- content: url('imgs/navcircleblue.png');
+ content: url('images/navcircleblue.png');
vertical-align: middle;
align-items: start;
height: 13px;
@@ -410,7 +407,7 @@ a:hover {
}
#navhover:hover {
- background-image: url('imgs/navcircleblue.png');
+ background-image: url('images/navcircleblue.png');
background-size: 13px;
image-rendering: crisp-edges;
}
@@ -1053,7 +1050,7 @@ a:hover {
}
#small-content-todo li {
- list-style-image: url('imgs/navcircle.png');
+ list-style-image: url('images/navcircle.png');
list-style-position: outside;
}