mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
update styling
This commit is contained in:
parent
69b156bb06
commit
193a41d1af
1 changed files with 6 additions and 4 deletions
|
|
@ -9,11 +9,13 @@ import Topics from '../components/Topics';
|
|||
|
||||
const BackToTopLink = styled.a`
|
||||
position: fixed;
|
||||
bottom: 10px;
|
||||
right: 10px;
|
||||
background: rgba(31, 31, 31, 0.8);
|
||||
bottom: 1%;
|
||||
right: 1%;
|
||||
background: var(--pink);
|
||||
cursor: pointer;
|
||||
border-radius: 3px;
|
||||
padding: 1rem;
|
||||
border-radius: 0.8rem;
|
||||
transition: background-color 0.2s ease 0s;
|
||||
`;
|
||||
|
||||
function IndexPage() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue