diff options
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/main/resources/dokka/styles/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/main/resources/dokka/styles/style.css b/core/src/main/resources/dokka/styles/style.css index 2c97cd1f..063a9502 100644 --- a/core/src/main/resources/dokka/styles/style.css +++ b/core/src/main/resources/dokka/styles/style.css @@ -69,6 +69,10 @@ font-family: monospace; } +.strikethrough { + text-decoration: line-through; +} + .symbol { padding: 5px; background-color: #F4F4F4; |