-
-

-
jabuxas
-
-
+
+
+
+

+
+
jabuxas
-
+
-
-
-
+
+
diff --git a/dev/style.css b/dev/style.css
index cfae614..d15f118 100644
--- a/dev/style.css
+++ b/dev/style.css
@@ -17,12 +17,24 @@ body {
justify-content: center;
background-color: #1e1e1e;
- color: #d4d4d4;
+ color: #aeaeae;
+}
+
+.image-container {
+ width: 150px;
+ height: 150px;
+ border-radius: 50px;
+ overflow: hidden;
+ position: relative;
}
img {
- width: 150px;
- border-radius: 50px;
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+ object-position: top;
+ transform: scale(1.2);
+ transform-origin: top center;
}
.top-level div {
@@ -39,12 +51,17 @@ img {
.link-item a {
text-decoration: none;
- color: #d4d4d4;
font-weight: bolder;
display: flex;
+ color: #aeaeae;
align-items: center;
}
+.link-item a:hover,
+h2:hover {
+ color: #d4d4d4;
+}
+
.icon {
font-family: "Terminess Nerd Font";
font-size: 1.5em;
@@ -86,7 +103,7 @@ img {
}
.blog-icon:before {
- content: "\e287";
+ content: "\f01f";
font-size: 1.5em;
padding-right: 8px;
/* padding-left: 4px; */