Skip to content

Commit 14acd42

Browse files
committed
Revert to clean Inter logo, remove brand page and font experiments
1 parent aaf7215 commit 14acd42

File tree

6 files changed

+14
-150
lines changed

6 files changed

+14
-150
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const config: Config = {
3939
crossorigin: 'anonymous',
4040
},
4141
{
42-
href: 'https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Rock+Salt&family=Permanent+Marker&family=Zeyada&family=Rubik+Wet+Paint&family=Rubik+Distressed&family=Sedgwick+Ave+Display&family=Finger+Paint&family=Londrina+Sketch&family=Inter:wght@400;500;600;700&display=swap',
42+
href: 'https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap',
4343
type: 'text/css',
4444
},
4545
],
@@ -71,13 +71,7 @@ const config: Config = {
7171
respectPrefersColorScheme: true,
7272
},
7373
navbar: {
74-
title: '',
75-
logo: {
76-
alt: 'BlueMatter',
77-
src: 'img/logo.svg',
78-
width: 140,
79-
height: 32,
80-
},
74+
title: 'BlueMatter',
8175
items: [
8276
{
8377
type: 'docSidebar',

src/css/custom.css

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,9 @@
2424
}
2525

2626
.navbar__title {
27-
display: none;
28-
}
29-
30-
.navbar__logo img {
31-
height: 28px !important;
32-
}
33-
34-
[data-theme='dark'] .navbar__logo img {
35-
filter: invert(1);
27+
font-weight: 700;
28+
font-size: 1rem;
29+
letter-spacing: -0.03em;
3630
}
3731

3832
.markdown > h1:first-child {

src/pages/brand.tsx

Lines changed: 0 additions & 116 deletions
This file was deleted.

src/pages/index.module.css

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,11 @@
2525
}
2626

2727
.navLogo {
28+
font-size: 1.1rem;
29+
font-weight: 700;
30+
letter-spacing: -0.03em;
2831
color: #fff !important;
2932
text-decoration: none !important;
30-
display: flex;
31-
align-items: center;
32-
}
33-
34-
.handwritten {
35-
font-family: 'Caveat', cursive;
36-
font-weight: 700;
37-
font-size: 1.6rem;
38-
letter-spacing: -0.01em;
3933
}
4034

4135
.navLinks {
@@ -214,11 +208,10 @@
214208
}
215209

216210
.title {
217-
font-family: 'Caveat', cursive;
218-
font-size: clamp(5rem, 16vw, 11rem);
219-
font-weight: 700;
220-
letter-spacing: -0.02em;
221-
line-height: 0.9;
211+
font-size: clamp(4.5rem, 14vw, 9rem);
212+
font-weight: 800;
213+
letter-spacing: -0.05em;
214+
line-height: 1;
222215
margin: 0 0 2rem;
223216
background: linear-gradient(135deg, #fff 0%, #4d8bff 50%, #1a3a8a 100%);
224217
-webkit-background-clip: text;

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function Nav() {
2222
return (
2323
<nav className={styles.nav}>
2424
<Link to={useBaseUrl('/')} className={styles.navLogo}>
25-
<span className={styles.handwritten}>BlueMatter</span>
25+
BlueMatter
2626
</Link>
2727
<div className={styles.navLinks}>
2828
<Link to={useBaseUrl('/docs/intro')} className={styles.navLink}>Docs</Link>
@@ -140,7 +140,7 @@ function Footer() {
140140
<footer className={styles.footer}>
141141
<div className={styles.footInner}>
142142
<div className={styles.footLeft}>
143-
<span className={`${styles.footLogo} ${styles.handwritten}`}>BlueMatter</span>
143+
<span className={styles.footLogo}>BlueMatter</span>
144144
<p className={styles.footDesc}>
145145
Cardano full-node combining C-backed cryptography with Python's readability. By Chainscore Labs.
146146
</p>

static/img/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)