Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
</div>
<br>
<br>
<hr>
<center>
<div id="page-footer">
Made by notsniped@NKA | This website is 100% <a href="https://github.com/PyBotDevs/web">open-source</a> and licensed with <a href="https://github.com/PyBotDevs/web/blob/main/LICENSE">the MIT license</a>
Expand Down
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,12 @@ body {
font-family: 'Roboto Mono', monospace;
}

.page-footer {
#page-footer {
background-color: #232323;
color: white;
font-size: 14px;
font-family: 'Roboto Mono', monospace;
padding-top: 10px;
padding-bottom: 10px;
box-shadow: 1px 0 10px 8px rgb(199, 199, 199);
}