File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 margin-top : 2rem ;
6161 }
6262
63- .pdoc a {
64- text-decoration : none ;
65- color : var (--link );
66- }
67-
68- .pdoc a :hover {
69- color : var (--link-hover );
70- }
71-
7263 #pdoc-modules {
7364 max-width : 75rem ;
7465 margin : 0 auto ;
9182 #pdoc-modules .active {
9283 background-color : var (--active );
9384 }
94-
95- /* "built with pdoc" attribution */
96- .pdoc .attribution {
97- margin-top : 2rem ;
98- display : block ;
99- opacity : 0.5 ;
100- transition : all 200ms ;
101- filter : grayscale (100% );
102- }
103-
104- .pdoc .attribution :hover {
105- opacity : 1 ;
106- filter : grayscale (0% );
107- }
108-
109- .pdoc .attribution img {
110- margin-left : 5px ;
111- height : 35px ;
112- vertical-align : middle ;
113- width : 70px ;
114- transition : all 200ms ;
115- }
11685 {% endblock %}
11786 </style >
11887{% endblock %}
158127 })
159128 searchbox .focus ()
160129 </script >
161-
162- {% block attribution %}
163- <a class =" attribution" title =" pdoc: Python API documentation generator" href =" https://pdoc.dev" >
164- built with <span class =" visually-hidden" >pdoc</span ><img
165- alt =" pdoc logo"
166- src =" data:image/svg+xml,{% filter urlencode %}{% include " logo.svg " %}{% endfilter %}" />
167- </a >
168- {% endblock %}
169130</div >
170131{% endblock %}
You can’t perform that action at this time.
0 commit comments