File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,6 +161,12 @@ header h1 a {
161161 /*width: 50%;*/
162162}
163163
164+ img .octocat {
165+ background : light-dark (transparent, # 333 );
166+ padding : 1em 0.5em ;
167+ border-radius : 20% ;
168+ }
169+
164170footer {
165171 text-align : right;
166172 font-size : 80% ;
Original file line number Diff line number Diff line change 1- @{
1+ @{
22 Page .Title = " JSON Schema Store" ;
33 Page .Description = " JSON Schemas for common JSON file formats" ;
44 Layout = " ~/_layout.cshtml" ;
130130<article >
131131 <h3 id =" contribute" >Contribute</h3 >
132132 <p >
133- <img src =" /img/octocat.png " width =" 250" height =" 208" alt =" Hosted on GitHub" class =" left" />
133+ <img src =" /img/octocat.svg " width =" 250" height =" 208" alt =" Hosted on GitHub" class =" left octocat " />
134134 The goal of this API is to include schemas for all commonly
135135 known JSON file formats. To do that we encourage contributions in terms of new schemas,
136136 modifications and test files.
You can’t perform that action at this time.
0 commit comments