mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-06-22 17:19:18 +00:00
15 lines
125 B
Stylus
15 lines
125 B
Stylus
// General Styling
|
|
|
|
html
|
|
body
|
|
margin 0
|
|
|
|
a
|
|
color inherit
|
|
text-decoration none
|
|
|
|
*
|
|
*::before
|
|
*::after
|
|
box-sizing border-box
|