Skip to content

Commit

Permalink
Fix text color blog home page
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Mar 29, 2024
1 parent 150e860 commit 4643c24
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,4 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
position: relative;
}
}

@media screen and (min-width: 600px)
{
main {
color: white;
}
}
</style>

0 comments on commit 4643c24

Please sign in to comment.