30 lines
439 B
Sass
30 lines
439 B
Sass
|
// 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
|