(Update) CSS
HDVinnie unit3d@protonmail.com
Fri, 31 Jan 2020 08:09:35 -0500
2 files changed,
10 insertions(+),
1 deletions(-)
M
assets/css/custom.css
→
assets/css/custom.css
@@ -11,6 +11,15 @@ font-weight: 400;
color: #fff; } +code { + padding: 2px 4px; + font-size: 90%; + color: #959999; + background-color: rgba(0, 0, 0, 0.55); + border-radius: 4px; + border: rgb(125, 125, 125) .5px solid; +} + .table-content { margin: 12px auto;
M
index.html
→
index.html
@@ -100,7 +100,7 @@ </table>
<br> <br> <div class="jumbotron" style="padding: 10px;"> - <h3>Table Info:</h3> + <h3 class="text-center text-capitalize">Table Info</h3> <h4>Columns:</h4> <ul> <li><code>Name</code> (The sites name.)</li>