Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gonnux/hugo-apps-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/hugo-apps-theme.scss')
-rw-r--r--static/css/hugo-apps-theme.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/static/css/hugo-apps-theme.scss b/static/css/hugo-apps-theme.scss
index 1c8c652..8c927ab 100644
--- a/static/css/hugo-apps-theme.scss
+++ b/static/css/hugo-apps-theme.scss
@@ -181,7 +181,6 @@ a {
}
hr {
- @extend .readability;
border: 0;
margin-top: 1rem;
margin-bottom: 1rem;
@@ -189,6 +188,14 @@ hr {
background: black;
}
+.apps-header hr {
+ @extend .readability;
+}
+
+.apps-content hr {
+ height: 0.5rem;
+}
+
table {
border-collapse: collapse;
table-layout: fixed;