--- title: CSS Styles tags: meta --- <style> @counter-style lower-hexadecimal { system: numeric; prefix: "0x"; symbols: "0" "1" "2" "3" "4" "5" "6" "7" "8" "9" "a" "b" "c" "d" "e" "f"; } h1, h2, h3 { color: #a89c80; } li::marker { color: #a89c80; } ol { list-style: lower-hexadecimal; padding-left: 3em !important; } ol::marker, ul::marker { color: #a89c80; } ol ol, ul ol { list-style-type: lower-alpha; } ol ul, ul ul { list-style-type: circle; } ol ol ol, ol ul ol, ul ol ol, ul ul ol { list-style-type: lower-roman; } </style>
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up