Files
supabase/apps/docs/styles/new-docs.scss

23 lines
407 B
SCSS

// overwrite for typography
// .prose ul {
// li {
// position: relative;
// }
// li::before {
// position: absolute;
// top: 0.75rem;
// left: -1rem;
// height: 0.125rem;
// width: 0.5rem;
// border-radius: 0.25rem;
// background-color: var(--colors-scale9);
// opacity: 0.6;
// content: '';
// }
// }
// article {
// background: yellow !important;
// }