File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Container from "../../components/Container";
33import Row from "../../components/Row" ;
44import Terminal from "../../components/Terminal" ;
55import Link from "@docusaurus/Link" ;
6- import latestRelease from "../../version.json"
6+ import latestRelease from "../../version.json" ;
77
88export default function Header ( ) {
99 return (
@@ -59,7 +59,7 @@ export default function Header() {
5959 < div className = "pt-52 sm:pt-80 pb-20 sm:flex items-end gap-8 relative isolate" >
6060 < div className = "sm:w-2/3 md:w-1/2" >
6161 < a
62- href = { "./ docs/home" }
62+ href = { "docs/release-notes/" + latestRelease . version }
6363 className = "rounded-full inline-flex items-center gap-1 py-1 px-2 border-2 border-sky-500 text-sm bg-sky-500/20 hover:bg-sky-600/20 transition-all hover:text-sky-400 text-sky-400 font-bold"
6464 >
6565 { latestRelease . version }
Original file line number Diff line number Diff line change 2929
3030 --font-size-base : 1rem ;
3131
32- --shadow-input : 0 0 0 0.25rem rgba (248 , 187 , 85 , 0.25 );
3332 --shadow-input-invalid : 0 0 0 0.25rem rgba (254 , 202 , 202 , 0.5 );
3433}
3534
5150
5251 --font-size-base : 1rem ;
5352
54- --shadow-input : 0 0 0 0.25rem rgba (248 , 187 , 85 , 0.25 );
5553 --shadow-input-invalid : 0 0 0 0.25rem rgba (254 , 202 , 202 , 0.5 );
5654}
5755
@@ -151,6 +149,10 @@ footer {
151149 height : 30px ;
152150}
153151
152+ .navbar__link--active {
153+ font-weight : var (--ifm-font-weight-semibold );
154+ }
155+
154156.navbar {
155157 position : sticky;
156158 width : 100% ;
You can’t perform that action at this time.
0 commit comments