Skip to content

Commit c28c44d

Browse files
authored
Replace octocat image png -> svg (SchemaStore#5329)
1 parent 7d7c0d1 commit c28c44d

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

src/css/site.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
164170
footer {
165171
text-align: right;
166172
font-size: 80%;

src/img/octocat.png

-3.42 KB
Binary file not shown.

src/json.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@{
1+
@{
22
Page.Title = "JSON Schema Store";
33
Page.Description = "JSON Schemas for common JSON file formats";
44
Layout = "~/_layout.cshtml";
@@ -130,7 +130,7 @@
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.

0 commit comments

Comments
 (0)