[Design][SSG] Add donate page.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user