mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
update scrollbar styling
This commit is contained in:
parent
e49b896c48
commit
1610a5201b
@ -12,6 +12,17 @@ const GlobalStyle = createGlobalStyle`
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
background: ${({ theme }) => theme.BLACK_SECONDARY};
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 5px;
|
||||
background-color: ${({ theme }) => theme.SILVER_DARK};
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: unset;
|
||||
|
Loading…
x
Reference in New Issue
Block a user