colette
Version:
A CSS and JS starter kit for 20 Minutes web projects
32 lines (24 loc) • 455 B
text/stylus
*
margin 0
padding 0
box-sizing border-box
:before
:after
box-sizing border-box
:focus
{outline}
.js-focus-visible &:not(:focus-visible)
outline 0
html
height 100%
html
body
min-height 100%
body
/[data-theme=dark] // allow darkmode only on a block
background-color var(--color-bg-base)
color var(--color-base)
// iframe should be block without border by default
iframe
display block
border 0