mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-03-05 13:30:33 -05:00
add footer #79
This commit is contained in:
@@ -180,6 +180,12 @@ body.dark #search form input[type="text"] {
|
||||
background: #0f0f0f;
|
||||
color: white;
|
||||
}
|
||||
body.dark footer {
|
||||
background: #2f2f2f;
|
||||
}
|
||||
body.dark footer a {
|
||||
color: #999;
|
||||
}
|
||||
a {
|
||||
color: var(--linkcolor);
|
||||
text-decoration: none;
|
||||
@@ -446,6 +452,18 @@ input[type="submit"]:hover,
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
}
|
||||
footer {
|
||||
padding: 30px 0px 30px 20px;
|
||||
margin: 60px 0px 0px;
|
||||
background: #e1e1e1;
|
||||
float: left;
|
||||
width: calc(100% - 20px);
|
||||
}
|
||||
footer a {
|
||||
color: #646464;
|
||||
font-size: 0.85rem;
|
||||
text-decoration: underline;
|
||||
}
|
||||
/* SUBREDDIT LINKS */
|
||||
#links {
|
||||
float: left;
|
||||
|
||||
Reference in New Issue
Block a user