Add footer with github star

This commit is contained in:
Dave Gallant
2022-09-02 04:44:41 +00:00
parent ef2528eea6
commit e360b8403a
4 changed files with 51 additions and 1 deletions

View File

@@ -175,8 +175,24 @@ a {
color: #83a598; /**/
}
a:visited {
color: #d65d0e; /**/
color: #53514f; /**/
}
a:hover {
color: #d65d03; /**/
}
footer {
background: #282828;
color: white;
padding: 3px;
padding-right: 10px;
padding-left: 10px;
}
.footer-left {
float: left;
}
.footer-right {
float: right;
}