mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +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;
|
border-radius: 3px;
|
||||||
float: right;
|
float: right;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
opacity: .96;
|
opacity: .9;
|
||||||
padding: 8px 12px;
|
padding: 8px 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* item row */
|
/* item row */
|
||||||
|
|
@ -117,7 +117,7 @@ main > div {
|
||||||
background-color: var(--item);
|
background-color: var(--item);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
padding: 24px;
|
padding: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* item row description */
|
/* item row description */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue