From dd5d4ba7d80b0880489cf74bb11549ff836fc41f Mon Sep 17 00:00:00 2001 From: Filip ZybaƂa Date: Wed, 27 May 2020 13:03:32 +0200 Subject: Fixed table rendering for markdown. --- plugins/base/src/main/resources/dokka/styles/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/base/src/main/resources') diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css index 6ba41db4..671dfe8a 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -326,14 +326,14 @@ h3, h4, h5, h6 { } a { - color: #258aaf; + color: #5B5DEF; font-weight: 400; text-decoration: none; } a:hover { - color: #282E34; - text-decoration: none; + color: #5B5DEF; + text-decoration: underline; } a small { -- cgit