🎇Restyling components

Each Gitlanding component has a className and classes prop that enable you to overwrite the current styles.

The prefered way to do this is with TSS React.

import { css } from "tss-react/@emotion/css";

Overwritting header style example.

Overwritting footer style example.

Last updated