aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/hmno_sidebars.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/hmno_sidebars.scss')
-rw-r--r--app/assets/stylesheets/hmno_sidebars.scss16
1 files changed, 15 insertions, 1 deletions
diff --git a/app/assets/stylesheets/hmno_sidebars.scss b/app/assets/stylesheets/hmno_sidebars.scss
index 223f1cf..20d9895 100644
--- a/app/assets/stylesheets/hmno_sidebars.scss
+++ b/app/assets/stylesheets/hmno_sidebars.scss
@@ -16,7 +16,6 @@
top: 0;
bottom: $spacing;
border: 1px groove $dark-border-fg;
- padding: 5px;
background-color: $bg2;
h2 {
@include sidebar-headers;
@@ -37,4 +36,19 @@
font-size: 12pt;
@include sidebar-headers;
}
+
+ p {
+ margin-top: 0;
+ }
+
+ header {
+ font: {
+ weight: 600;
+ size: 110%;
+ }
+ }
+
+ .inner {
+ padding: 5px;
+ }
}