File tree Expand file tree Collapse file tree 5 files changed +119
-0
lines changed Expand file tree Collapse file tree 5 files changed +119
-0
lines changed Original file line number Diff line number Diff line change @@ -321,6 +321,7 @@ export default defineConfig({
321321 ]
322322 } ,
323323 themeConfig : {
324+ logo : "/icon.svg" ,
324325 editLink : {
325326 pattern : "https://github.com/withcatai/node-llama-cpp/edit/master/docs/:path"
326327 } ,
Original file line number Diff line number Diff line change 33 --vp-c-brand-2 : # cc6e3a ;
44 --vp-c-brand-3 : # cd8156 ;
55 --vp-c-brand-soft : rgb (255 156 100 / 14% );
6+ color-scheme : light;
67}
78
89.dark {
910 --vp-c-brand-1 : # ffc7a8 ;
1011 --vp-c-brand-2 : # e78e5c ;
1112 --vp-c-brand-3 : # dd773e ;
1213 --vp-c-brand-soft : rgb (255 156 100 / 16% );
14+ color-scheme : dark;
1315}
1416
1517: root {
7476 --vp-c-neutral-inverse : rgb (0 0 0 / 60% );
7577}
7678
79+ .VPNavBarTitle > .title > .logo {
80+ margin-bottom : -2px ;
81+ }
82+ .VPNavBar .home .VPNavBarTitle > .title > .logo {
83+ display : none;
84+ }
85+
7786.VPNavBar : before {
7887 display : block;
7988 position : absolute;
You can’t perform that action at this time.
0 commit comments