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

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/main.scss')
-rw-r--r--assets/scss/main.scss18
1 files changed, 5 insertions, 13 deletions
diff --git a/assets/scss/main.scss b/assets/scss/main.scss
index b63098d..b160e3a 100644
--- a/assets/scss/main.scss
+++ b/assets/scss/main.scss
@@ -163,15 +163,11 @@ body {
}
> footer {
- padding: 1rem 3rem;
+ padding: 1.5rem 3rem 1rem;
p {
- line-height: 1.8rem;
- margin: .75rem 0;
-
- // HACK
- // Render "\n" as a line break in the copyright (from config)
- white-space: pre-wrap;
+ line-height: 1.5rem;
+ margin: .5rem 0;
}
a {
@@ -185,7 +181,7 @@ body {
}
section {
- padding: 6px 0 12px;
+ padding: 12px 0;
input {
border: 1px solid var(--fg);
@@ -244,11 +240,6 @@ body {
}
-// footer button,
-// footer input,
-// input[type=submit],
-// .search-box button,
-// .toc summary,
body a,
.outline-dashed {
outline: 2px dashed transparent;
@@ -918,6 +909,7 @@ video {
border: 1px solid var(--fg);
}
+ // NOTE
// Can be used to override the previous rule
&.borderless {
border: 0;