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

github.com/jpescador/hugo-future-imperfect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBern <18447002+BernCarney@users.noreply.github.com>2017-12-08 05:17:06 +0300
committerPatrick Collins <thepatrickcollins@gmail.com>2017-12-08 05:17:06 +0300
commitf8b8f61c0e0285d6050a656d736756f316caea1e (patch)
tree75007495d12897d5c6877241a0a11b66030be75b
parentbf565742364c821f1dddfc98cf1bc383f5da2a7d (diff)
Icon Style Tweak (#88)
* overflow on small screens fix should fix the slight overflow on small screens which put some of the menu button off screen and made a horizontal scrollbar * icon style tweak updated icon styles to be more consistant, specifically, in the sidebar * Remove Pure Black using pure black is generally a no-no. Substituted #000000 for #333333 (a dark gray)
-rw-r--r--static/css/main.css14
1 files changed, 9 insertions, 5 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 2d3378e..4abb52d 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -115,7 +115,7 @@
/* Type */
body, input, select, textarea {
- color: #000000;
+ color: #333333;
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-size: 14pt;
font-weight: 400;
@@ -189,7 +189,7 @@
}
strong, b {
- color: #000000;
+ color: #333333;
font-weight: 700;
}
@@ -876,6 +876,7 @@
cursor: default;
list-style: none;
padding-left: 0;
+ margin-top: 1em;
}
ul.icons li {
@@ -1919,7 +1920,7 @@
article.post h2,
article.post h3,
article.post h4 {
- color: #000000;
+ color: #333333;
/* Theoretically for IE 8 & 9 (more valid) */
/* ...but not required as filter works too */
/* should come BEFORE filter */
@@ -2325,7 +2326,7 @@
position: relative;
text-indent: 4em;
width: 4em;
- color: #000000;
+ color: #333333;
/* Theoretically for IE 8 & 9 (more valid) */
/* ...but not required as filter works too */
/* should come BEFORE filter */
@@ -2385,7 +2386,7 @@
}
#header #search input {
- color: #000000;
+ color: #333333;
width: 12em;
}
@@ -2655,6 +2656,9 @@
#footer .icons {
color: #aaaaaa;
+ text-align: center;
+ margin-top: 0;
+ padding-top: 0
}
#footer .copyright {