From e2be33f25da62ac25ea95b160540e30cc7afca1f Mon Sep 17 00:00:00 2001 From: Stefan M Date: Thu, 10 Dec 2020 11:55:54 +0100 Subject: Add dokka to GitHub link (#1661) * Add dokka to link * Change anchor text color in footer --- plugins/base/src/main/resources/dokka/styles/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (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 339b5415..d2658a9d 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -1109,6 +1109,10 @@ td.content { padding: 0 16px; } +.footer a { + color: var(--breadcrumb-font-color); +} + .footer .padded-icon { padding-left: 0.5em; } @@ -1221,4 +1225,4 @@ div.runnablesample { font-size: 32px; line-height: 32px; } -} \ No newline at end of file +} -- cgit