diff options
| author | Dan Allen <dan@opendevise.com> | 2018-03-31 01:29:38 +0000 |
|---|---|---|
| committer | Dan Allen <dan@opendevise.com> | 2018-03-31 01:29:38 +0000 |
| commit | dc2143afefd8a3309b1355af3393e0e5774d83a0 (patch) | |
| tree | 11b2dfde03d3919250d57f983bc57a9dc0919221 /src/css | |
| parent | a276629bde9d8a32e1aa13c5674f6a78d143ce05 (diff) | |
| parent | f831128d486208b222a95b5a72e238064b5b32b4 (diff) | |
| download | alpine-antora-theme-dc2143afefd8a3309b1355af3393e0e5774d83a0.tar.bz2 alpine-antora-theme-dc2143afefd8a3309b1355af3393e0e5774d83a0.tar.xz | |
merge !43
resolves #49 apply style to version links in explore panel to make them stand out more
Diffstat (limited to 'src/css')
| -rw-r--r-- | src/css/navigation-explore.css | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/css/navigation-explore.css b/src/css/navigation-explore.css index d5b634a..ea63fa1 100644 --- a/src/css/navigation-explore.css +++ b/src/css/navigation-explore.css @@ -75,18 +75,24 @@ } .navigation-explore .component .version a { + border: 1px solid #b0b0b0; + border-radius: 0.25em; color: #4a4a4a; white-space: nowrap; + padding: 0.05em 0.25em 0; } -.navigation-explore .component .version.is-current { +.navigation-explore .component .is-current a { + border-color: #4a4a4a; font-weight: 500; } -.navigation-explore .component .version.is-latest a::after { +/* +.navigation-explore .component .is-latest a::after { content: ' (latest)'; } +*/ .navigation-explore .component .version + .version { - padding-left: 0.5em; + padding-left: 0.375em; } |
