mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Completely fixed theme colors
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ const Wrapper = styled.div`
|
||||
}
|
||||
|
||||
.blue {
|
||||
color: #1573ca;
|
||||
color: ${({ theme }) => theme.colors.blue};
|
||||
|
||||
@media (max-width: 768px) {
|
||||
margin-top: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user