home ~ projects ~ socials

Site Docs: CSS Style Reference

A collection of snippets for custom CSS on the site

Fonts

Alfa bravo

CSS

.test_color_primary_base {
  color: var(--main-clr-primary-base);
}
-- end of line --