mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-16 04:28:38 +00:00
Add footer with github star
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user