mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 09:05:30 +00:00
update paddings, change default link transparency
This commit is contained in:
parent
9a7d1baa6b
commit
7bcd90bf09
1 changed files with 3 additions and 3 deletions
|
|
@ -108,8 +108,8 @@ main > a {
|
|||
border-radius: 3px;
|
||||
float: right;
|
||||
margin-left: 8px;
|
||||
opacity: .96;
|
||||
padding: 8px 12px;
|
||||
opacity: .9;
|
||||
padding: 8px 16px;
|
||||
}
|
||||
|
||||
/* item row */
|
||||
|
|
@ -117,7 +117,7 @@ main > div {
|
|||
background-color: var(--item);
|
||||
border-radius: 3px;
|
||||
margin: 8px 0;
|
||||
padding: 24px;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
/* item row description */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue