supMDX/styles/span.sass

30 lines
439 B
Sass
Raw Normal View History

2022-11-04 21:44:29 +09:00
// SPDX-License-Identifier: MIT
// Copyright (c) 2022 sup39
.mint
color: var(--mint)
.pink
color: var(--pink)
.kw
color: #9ff
font-weight: bold
.mk
color: #ff99e5
font-weight: bold
.y
color: #ff7
font-weight: bold
.note
color: #777
.arg
color: #da8cff
font-weight: bold
.u
text-decoration: underline
font-weight: bold
.mono
font-family: monospace
span[title]
cursor: help
text-decoration: dotted underline