bansal/pattern.css

Changing the secondary color

kevindesai777 opened this issue · 1 comments

Trying to add a background to the whole page using the pattern in the body tag.

<body class="pattern-grid-xl grid-color grid-secondary-color">

This is my CSS

<style> .grid-color { background-color: black; } .grid-secondary-color { color: white; } </style>

However I just see a black background, no white lines. What am I missing?

Hi I am a new contributor!
I can resolve the issue as I am quiet familiar with CSS hacks. Assign it to me!