mirror of
https://github.com/supabase/supabase.git
synced 2026-07-03 21:54:19 +08:00
23 lines
407 B
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;
|
|
// }
|