Skip to content

Commit

Permalink
Merge pull request #769 from newrelic/nerd-days-fix
Browse files Browse the repository at this point in the history
remove custom css font properties to allow dark mode toggle to work on text
  • Loading branch information
John P Vajda authored Sep 18, 2020
2 parents 00e4712 + 75191ec commit 51a4055
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions src/pages/nerd-days.js
Original file line number Diff line number Diff line change
Expand Up @@ -613,9 +613,7 @@ const CtaItem = ({ date, to, children }) => (
<span
css={css`
margin-top: 0.25rem;
font-size: 0.625rem;
opacity: 0.75;
color: #464e4e;
font-size: 0.9rem;
text-transform: uppercase;
letter-spacing: 0.5px;
`}
Expand Down
1 change: 0 additions & 1 deletion src/pages/nerd-days.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
// Responsive styles
// ==============================================================
@media screen and (max-width: 1200px) {

.twoColumnAlt {
display: grid;
grid-template-columns: 1fr;
Expand Down

0 comments on commit 51a4055

Please sign in to comment.