mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-15 08:07:08 +00:00
14 lines
No EOL
436 B
HTML
14 lines
No EOL
436 B
HTML
<style>
|
|
:root {
|
|
/* Primary theme color */
|
|
--primary-color: #F9BB2D;
|
|
/* Primary theme text color */
|
|
--primary-text-color: #121212;
|
|
/* Primary theme link color */
|
|
--primary-link-color: #dd4814;
|
|
/* Secondary color: the background body color*/
|
|
--secondary-color: #fcfaf6;
|
|
--secondary-text-color: #303030;
|
|
--toc-highlight-text-color: #d46e13;
|
|
}
|
|
</style> |