free-palestine-block/src/style.scss

18 lines
399 B
SCSS

/**
* The following styles get applied both on the front of your site
* and in the editor.
*
* Replace them with your own styles or remove the file completely.
*/
@import url('https://fonts.coollabs.io/css2?family=Inter&display=swap');
.free-palestine-banner {
background: black;
display: table;
font-family: 'Inter';
font-weight: bold;
color: beige;
padding: 1rem;
font-size: 1rem;
}