Skip to content
Snippets Groups Projects
html-response.css 264 B
Newer Older
  • Learn to ignore specific revisions
  • * {
    	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', Arial, 'Noto Color Emoji', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    }
    
    body {
    	color: var(--color-main-text);
    }