mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
9df0eafa25
This commit cherry picks the following commits (master -> v1.2):a915a09874f9be233bbcfRef: https://github.com/go-gitea/gitea/issues/1484 Signed-off-by: Michael Lustfield <michael@lustfield.net>
15 lines
220 B
CSS
15 lines
220 B
CSS
span.cm-underlined {
|
|
text-decoration: underline;
|
|
}
|
|
span.cm-strikethrough {
|
|
text-decoration: line-through;
|
|
}
|
|
span.cm-brace {
|
|
color: #170;
|
|
font-weight: bold;
|
|
}
|
|
span.cm-table {
|
|
color: blue;
|
|
font-weight: bold;
|
|
}
|