diff --git a/Themes/Default/Destination/css/theme.css b/Themes/Default/Destination/css/theme.css index 9b4ca0a..168aedf 100644 --- a/Themes/Default/Destination/css/theme.css +++ b/Themes/Default/Destination/css/theme.css @@ -493,6 +493,24 @@ td { .text-strike { text-decoration: line-through; } + +.toc-footer { + align-items: center; + text-align: center; +} + +.toc-footer hr { + width: 100%; + display: block; + height: 1px; + border: 0; + border-top: 1px solid; + margin-left: auto; + margin-right: auto; + padding-bottom: 0; + margin-bottom: 5px; +} + /* #endregion */ /* #region Alert boxes*/ diff --git a/Themes/Default/Destination/css/theme_colors.css b/Themes/Default/Destination/css/theme_colors.css index 11c7ead..292fe7b 100644 --- a/Themes/Default/Destination/css/theme_colors.css +++ b/Themes/Default/Destination/css/theme_colors.css @@ -54,7 +54,11 @@ mark { /* #region general classes */ .no-highlight { - color: #333; + color: #333; +} + +.toc-footer hr { + border-color: #3e3a3a; } /* #endregion */ @@ -250,6 +254,7 @@ mark { .nav .menu-vertical a { color: #b3b3b3; } + /* #endregion*/ /* #region media queries*/ diff --git a/Themes/Default/PageTemplate.htm b/Themes/Default/PageTemplate.htm index 9141e58..41fd2c3 100644 --- a/Themes/Default/PageTemplate.htm +++ b/Themes/Default/PageTemplate.htm @@ -28,7 +28,13 @@ + +