[Design][SSG] Add donate page.

This commit is contained in:
2020-02-02 03:35:27 +05:30
parent 1cbf2e9554
commit 0080597858
4 changed files with 29 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ body {
margin: auto;
width: 80%;
}
ul.archives {
ul.archives, ul.donate {
list-style-type: none;
width: 100%;
padding: 0;
@@ -158,6 +158,18 @@ body {
color: #FFF;
}
}
a.donate-link {
color: #292929;
padding: 0.3em;
border-radius: 1.6em;
transition-duration: 0.2s;
}
a:hover {
color: #FFF;
background-color: #000;
text-decoration: none;
transition-duration: 0.2s;
}
footer {
margin-top: 1em;
padding: 0 1em;