Skip to content

Commit 2c29840

Browse files
Various fixes
1 parent dd20808 commit 2c29840

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

css/main.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
========================================================================== */
44

55
/* ---------- Custom Properties ---------- */
6-
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,300;0,400;0,500;0,600;0,700&family=Space+Grotesk:wght@300..700&display=swap');
6+
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
77

88
:root {
99
--bg: #0a0a0b;
@@ -17,7 +17,7 @@
1717
--radius: 12px;
1818
--nav-h: 64px;
1919
--max-w: 1120px;
20-
--font: 'Red Hat Text', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
20+
--font: 'Ubuntu', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
2121
}
2222

2323
/* ---------- Reset & Base ---------- */
@@ -217,7 +217,10 @@ ul { list-style: none; }
217217
}
218218

219219
.hero__accent {
220-
color: var(--accent);
220+
background: linear-gradient(135deg, var(--accent) 0%, #ff4d6a 100%);
221+
-webkit-background-clip: text;
222+
-webkit-text-fill-color: transparent;
223+
background-clip: text;
221224
}
222225

223226
/* ---------- Hero Terminal Title ---------- */

0 commit comments

Comments
 (0)