From afae67e1db702bde972abdcceb1f823458e4715a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 17 Jul 2018 21:43:39 -0300 Subject: Improve icon styles --- site/css/styles.css | 19 ++++++++----------- site/images/atom.svg | 5 +++++ site/images/rss.svg | 4 ---- site/index.html | 2 -- site/templates/default.html | 3 +-- 5 files changed, 14 insertions(+), 19 deletions(-) create mode 100644 site/images/atom.svg delete mode 100644 site/images/rss.svg 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/atom.svg b/site/images/atom.svg new file mode 100644 index 0000000..8d9a80b --- /dev/null +++ b/site/images/atom.svg @@ -0,0 +1,5 @@ + + + + diff --git a/site/images/rss.svg b/site/images/rss.svg deleted file mode 100644 index 71ffb0d..0000000 --- a/site/images/rss.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - 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

Welcome

- -

Welcome to my blog!

I've reproduced a list of recent posts here for your reading pleasure:

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 @@ -

License

- The content for this site is licensed under CC-BY-SA. The code is GPLv3 + The content for this site is licensed under CC-BY-SA. The code is GPLv3.

-- cgit v1.2.3