diff --git a/layouts/partials/footers/submissions.html b/layouts/partials/footers/submissions.html index 22f860e..7647252 100644 --- a/layouts/partials/footers/submissions.html +++ b/layouts/partials/footers/submissions.html @@ -1,3 +1,3 @@ - +

-Submissions are copyright © {{ partial "copyright-years.html" . }} their respective submitters, and are licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license. \ No newline at end of file +Submissions are copyright © {{ partial "copyright-years.html" . }} their respective submitters, and are licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license. diff --git a/themes/tegakituesday.com/static/css/style.css b/themes/tegakituesday.com/static/css/style.css index c1976a1..6367a0d 100644 --- a/themes/tegakituesday.com/static/css/style.css +++ b/themes/tegakituesday.com/static/css/style.css @@ -787,6 +787,18 @@ button, .action-button a { margin: auto; } +#cc { + text-align: center; +} + +#cc > a { + border: none; +} + +#cc > a > img { + display: inline !important; +} + #content > div:last-child img { background: var(--background-2) !important; } @@ -831,6 +843,10 @@ a.no-underline:hover { border: none; } +footer img { + display: none; +} + @media (max-width: 400px) { #leaderboard td:first-child { display: none;