mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 09:05:30 +00:00
implement donation banner
This commit is contained in:
parent
ad5b2d6897
commit
1408bdbdff
2 changed files with 30 additions and 0 deletions
|
|
@ -243,4 +243,32 @@ main > span {
|
|||
footer {
|
||||
margin: 16px auto 36px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* donate */
|
||||
footer > div {
|
||||
margin-bottom: -8px;
|
||||
margin-top: 16px;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
footer > div > span {
|
||||
background: var(--background);
|
||||
color: var(--separator);
|
||||
font-size: smaller;
|
||||
margin-bottom: -8px;
|
||||
margin-top: 16px;
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
footer > code {
|
||||
border-radius: 3px;
|
||||
border: 1px var(--separator) solid;
|
||||
display: inline-block;
|
||||
font-size: smaller;
|
||||
opacity: 0.7;
|
||||
padding: 8px;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue