diff options
author | EuAndreh <eu@euandre.org> | 2018-07-17 21:43:39 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-17 21:43:39 -0300 |
commit | afae67e1db702bde972abdcceb1f823458e4715a (patch) | |
tree | 7a051c32aaa6a92767828bd87c2ddcbd81162eba /site | |
parent | WIP: guix-on-nixos post (diff) | |
download | euandre.org-afae67e1db702bde972abdcceb1f823458e4715a.tar.gz euandre.org-afae67e1db702bde972abdcceb1f823458e4715a.tar.xz |
Improve icon styles
Diffstat (limited to '')
-rw-r--r-- | site/css/styles.css | 19 | ||||
-rw-r--r-- | site/images/atom.svg (renamed from site/images/rss.svg) | 3 | ||||
-rw-r--r-- | site/index.html | 2 | ||||
-rw-r--r-- | site/templates/default.html | 3 |
4 files changed, 11 insertions, 16 deletions
diff --git a/site/css/styles.css b/site/css/styles.css index 7424484..1d459f2 100644 --- a/site/css/styles.css +++ b/site/css/styles.css @@ -75,7 +75,7 @@ body { font-size: 16px; margin: 0px auto 0px auto; width: 700px; - background-color: #fbfbfb; + background-color: #f2eff4; font-family: 'Linux Libertine',serif; line-height: 140%; text-rendering: optimizeLegibility; @@ -95,7 +95,6 @@ header { nav { text-align: right; font-family: 'Linux Biolinum',sans; - color: red; } nav a { @@ -108,13 +107,18 @@ nav a { footer { border-top: solid 2px black; color: #555; - font-size: 12px; + font-size: 14px; margin-top: 30px; padding: 12px 0px 12px 0px; } footer li { list-style-type: none; + margin-top: 10px; +} + +footer li a { + margin-left: 5px; } h1 { @@ -139,16 +143,9 @@ article .header { font-style: italic; } -.logo a { - color: black; - float: left; - font-size: 18px; - font-weight: bold; - text-decoration: none; -} - .simple-icon { height: 22px; + vertical-align: middle; } a { diff --git a/site/images/rss.svg b/site/images/atom.svg index 71ffb0d..8d9a80b 100644 --- a/site/images/rss.svg +++ b/site/images/atom.svg @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> - <path d="M576 1344q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm512 123q2 28-17 48-18 21-47 21h-135q-25 0-43-16.5t-20-41.5q-22-229-184.5-391.5t-391.5-184.5q-25-2-41.5-20t-16.5-43v-135q0-29 21-47 17-17 43-17h5q160 13 306 80.5t259 181.5q114 113 181.5 259t80.5 306zm512 2q2 27-18 47-18 20-46 20h-143q-26 0-44.5-17.5t-19.5-42.5q-12-215-101-408.5t-231.5-336-336-231.5-408.5-102q-25-1-42.5-19.5t-17.5-43.5v-143q0-28 20-46 18-18 44-18h3q262 13 501.5 120t425.5 294q187 186 294 425.5t120 501.5z"/> + <path d="M576 1344q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm512 123q2 28-17 48-18 21-47 21h-135q-25 0-43-16.5t-20-41.5q-22-229-184.5-391.5t-391.5-184.5q-25-2-41.5-20t-16.5-43v-135q0-29 21-47 17-17 43-17h5q160 13 306 80.5t259 181.5q114 113 181.5 259t80.5 306zm512 2q2 27-18 47-18 20-46 20h-143q-26 0-44.5-17.5t-19.5-42.5q-12-215-101-408.5t-231.5-336-336-231.5-408.5-102q-25-1-42.5-19.5t-17.5-43.5v-143q0-28 20-46 18-18 44-18h3q262 13 501.5 120t425.5 294q187 186 294 425.5t120 501.5z" + fill="#EA990E" /> </svg> diff --git a/site/index.html b/site/index.html index 18e5c0d..340bbc3 100644 --- a/site/index.html +++ b/site/index.html @@ -4,8 +4,6 @@ title: Home <h2>Welcome</h2> -<!-- <img src="/images/haskell-logo.png" style="float: right; margin: 10px;" /> --> - <p>Welcome to my blog!</p> <p>I've reproduced a list of recent posts here for your reading pleasure:</p> diff --git a/site/templates/default.html b/site/templates/default.html index 55854ab..8855964 100644 --- a/site/templates/default.html +++ b/site/templates/default.html @@ -40,9 +40,8 @@ </li> </ul> - <p>License</p> <p> - The content for this site is licensed under <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>. The <a href="https://gitlab.com/EuAndreh/website.git">code</a> is <a href="https://gitlab.com/EuAndreh/website/raw/master/LICENSE">GPLv3</a> + The content for this site is licensed under <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>. The <a href="https://gitlab.com/EuAndreh/website.git">code</a> is <a href="https://gitlab.com/EuAndreh/website/raw/master/LICENSE">GPLv3</a>. </p> </footer> </body> |