diff --git a/css/editorial.css b/css/editorial.css
index 3f6578a..d679bb6 100644
--- a/css/editorial.css
+++ b/css/editorial.css
@@ -372,7 +372,7 @@ code {
width: min(18rem, 80%);
min-height: 5rem;
padding: 0.6rem;
- border: 2px solid rgba(240, 153, 110, 0.55);
+ border: 0;
border-radius: 0;
background: var(--bg-soft);
color: var(--text);
@@ -385,13 +385,12 @@ code {
.profile-chip:hover {
transform: rotate(-1deg) translateY(-0.2rem);
- border-color: var(--coral);
}
.profile-chip img {
width: 4rem;
height: 4rem;
- border: 1px solid var(--line);
+ border: 0;
border-radius: 0;
}
diff --git a/index.html b/index.html
index 629b06e..92c5044 100644
--- a/index.html
+++ b/index.html
@@ -17,7 +17,7 @@
-
+