Skip to content

Commit 792f53a

Browse files
authored
Website Update
1 parent 11debff commit 792f53a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/assets/css/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ a {
222222
}
223223

224224
.tagline-script {
225-
--script-visual-shift-y: -0.055em;
225+
--script-visual-shift-y: -0.072em;
226226
--script-safe-top: 0px;
227227
--script-safe-right: 0px;
228228
--script-safe-bottom: 0px;
@@ -253,9 +253,9 @@ a {
253253
text-transform: uppercase;
254254
white-space: nowrap;
255255
color: var(--accent-script-color);
256-
-webkit-text-stroke: 0.36px rgba(223, 141, 93, 0.32);
257-
transform: translateY(var(--script-visual-shift-y));
258-
transform-origin: center;
256+
-webkit-text-fill-color: var(--accent-script-color);
257+
-webkit-text-stroke: 0.22px var(--accent-script-color);
258+
top: var(--script-visual-shift-y);
259259
overflow: visible;
260260
vertical-align: baseline;
261261
}

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1010
<link href="https://fonts.googleapis.com/css2?family=Rock+Salt&family=Space+Grotesk:wght@400;500;600;700&family=Unbounded:wght@500;700;800&display=swap" rel="stylesheet">
11-
<link rel="stylesheet" href="assets/css/style.css?v=20260409m">
11+
<link rel="stylesheet" href="assets/css/style.css?v=20260409n">
1212

1313
<link rel="icon" type="image/svg+xml" href="favicon.svg">
1414
<link rel="icon" sizes="192x192" href="android-chrome-192x192.png">

0 commit comments

Comments
 (0)