mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Update dependencies and fix introduced errors
This commit is contained in:
@@ -39,7 +39,7 @@ const GlobalStyles = createGlobalStyle`
|
||||
}
|
||||
|
||||
* {
|
||||
color: var(--text);
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
@@ -67,6 +67,10 @@ const GlobalStyles = createGlobalStyle`
|
||||
body::-webkit-scrollbar-thumb {
|
||||
background-color: var(--text) !important;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
`;
|
||||
|
||||
export default GlobalStyles;
|
||||
|
||||
Reference in New Issue
Block a user