File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ import rehypeStringify from 'rehype-stringify';
5
5
6
6
const { themes } = require ( 'prism-react-renderer' ) ;
7
7
8
+ const VUKORY_SVG = '<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 378.627 333.846"><path fill="currentcolor" d="M86.059 0 67.28 69.362l27.025 28.86-70.296 40.574 20.506 7.41L0 175.596h70.96l-2.327 13.242 67.302.058-12.653 46.196 18.083-3.42 27.746 96.978 20.202 5.196 20.203-5.196 27.745-96.977 18.083 3.419-12.653-46.196 67.302-.058-2.326-13.241h70.96l-44.515-29.391 20.505-7.41-70.296-40.573 27.026-28.861L292.567 0l-56.345 57.422-46.909 21.009-46.909-21.01Z"/></svg>' ;
9
+
8
10
/**
9
11
* @typedef {import("@docusaurus/types").Config } Config
10
12
*/
@@ -198,7 +200,7 @@ const config = {
198
200
]
199
201
}
200
202
] ,
201
- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } <a href="https://github.com/svg/svgo/graphs/contributors">SVGO and Contributors</a><br>Source Code under MIT · Content and Assets under CC-BY-4.0`
203
+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } <a href="https://github.com/svg/svgo/graphs/contributors">SVGO and Contributors</a><br>Source Code under MIT · Content and Assets under CC-BY-4.0<br>Designed and Illustrated by <a class="designer-attribution" href="https://www.artstation.com/vukory" target="_blank">Vukory ${ VUKORY_SVG } </a> `
202
204
} ,
203
205
} ,
204
206
} ;
Original file line number Diff line number Diff line change @@ -87,9 +87,20 @@ nav div kbd {
87
87
footer {
88
88
--ifm-link-color : # fff ;
89
89
--ifm-link-hover-color : # cac4ce ;
90
+ --ifm-link-hover-decoration : none;
90
91
--ifm-footer-background-color : none;
91
92
--ifm-footer-color : # fff ;
92
93
--ifm-footer-link-color : # fff ;
93
94
--ifm-footer-link-hover-color : # cac4ce ;
94
95
--ifm-footer-title-color : # fff ;
95
96
}
97
+
98
+ .designer-attribution {
99
+ display : inline-flex;
100
+ align-items : center;
101
+ justify-content : center;
102
+ }
103
+
104
+ .designer-attribution svg {
105
+ margin-left : 0.25em ;
106
+ }
You can’t perform that action at this time.
0 commit comments