diff options
Diffstat (limited to 'assets/main.scss')
-rw-r--r-- | assets/main.scss | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/main.scss b/assets/main.scss index e55421c..76f78cb 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -11,3 +11,20 @@ code { tfoot td { font-style: italic; } + +div.pagetrail { + margin-bottom: 2ex; +} + +div.pagetrail a { + font-weight: bold; + border-left: 1px solid black; + border-right: 1px solid black; + padding: 0.25em; +} + +div.pagetrail a.current_pagelink { + font-weight: unset; + background: $brand-color; + color: white; +} |