diff options
author | Stefan M <StefMa@users.noreply.github.com> | 2020-12-10 11:55:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-10 11:55:54 +0100 |
commit | e2be33f25da62ac25ea95b160540e30cc7afca1f (patch) | |
tree | d5a4c3fabcb18d68371fb381e2df4b358bd52cbd /plugins/base/src/main/resources/dokka/styles | |
parent | 084ae72f5dfec6a4ff6f370807fe5312cf23cf93 (diff) | |
download | dokka-e2be33f25da62ac25ea95b160540e30cc7afca1f.tar.gz dokka-e2be33f25da62ac25ea95b160540e30cc7afca1f.tar.bz2 dokka-e2be33f25da62ac25ea95b160540e30cc7afca1f.zip |
Add dokka to GitHub link (#1661)
* Add dokka to link
* Change anchor text color in footer
Diffstat (limited to 'plugins/base/src/main/resources/dokka/styles')
-rw-r--r-- | plugins/base/src/main/resources/dokka/styles/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
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 +} |