Skip to content

Commit

Permalink
updated bastioncmd api page
Browse files Browse the repository at this point in the history
  • Loading branch information
JaegerwaldDev committed Jan 3, 2024
1 parent c926c6e commit 0668c1d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion api/cmd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,21 @@
filter: hue-rotate(180deg) invert();
background-color: black;
}
kbd {
padding: 2px;
padding-right: 8px;
padding-left: 8px;
border-radius: 4px;
background: linear-gradient(lightgray, gainsboro);
position: relative;
bottom: 2px;
box-shadow: 0px 2px rgb(230, 230, 230);
font-size: 12px;
color: dimgray;
}
#api-logo {
filter: invert() drop-shadow(white);
}
}
</style>
</head>
Expand Down Expand Up @@ -201,7 +216,7 @@ <h1>Get the client to use your API</h1>

<div id="footer">
<a href="https://github.com/BastionMC/BastionCMD/tree/main/server">
<img draggable="false" src="logo.png">
<img draggable="false" src="logo.png" id="api-logo">
</a>
<p>v1.0 • Licensed under the</p>
<a href="https://github.com/BastionMC/BastionCMD/blob/main/LICENSE">
Expand Down

0 comments on commit 0668c1d

Please sign in to comment.