Skip to content

Commit 8d07a6f

Browse files
style tweak
1 parent 43df012 commit 8d07a6f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const config = {
7878
href: '/docs/getting-started',
7979
label: 'Get Started',
8080
position: 'right',
81-
className: "navbar__item-get_started"
81+
className: 'navbar__item-get_started'
8282
},
8383
],
8484
},

src/css/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,11 @@ To go further, consider looking at implementing MUI custom themes.
9292
background-size: 200% 200%;
9393
background: linear-gradient(311deg,rgba(63,178,175,.67),rgba(80,54,163,.67) 53%);
9494
margin-right: 1rem;
95+
display: inline-block;
96+
font-size: smaller;
9597
}
9698

9799
.navbar__item-get_started:hover {
98100
color: white;
101+
background: linear-gradient(311deg,rgba(63,178,175,.67),rgba(80,54,163,.67) 53%);
99102
}

0 commit comments

Comments
 (0)