CSS changes

This commit is contained in:
Shaun Kerr 2018-08-20 12:51:34 +12:00
parent 2c6c3c6d1e
commit bfa4e4fd6a
4 changed files with 12 additions and 2 deletions

View File

@ -7,3 +7,7 @@
## 0.1.0.1 -- 2018-08-19 ## 0.1.0.1 -- 2018-08-19
* Cleaned up the code a bit * Cleaned up the code a bit
## 0.1.1.1 -- 2018-08-20
* Added CSS for Blockquotes

View File

@ -7,6 +7,12 @@ body {
color: #000; color: #000;
} }
blockquote {
padding: 0 1em;
color: #444444;
border-left: 0.25em solid #dfe2e5;
}
header { header {
border-bottom: 0.2rem solid #000; border-bottom: 0.2rem solid #000;
} }

View File

@ -1,7 +1,7 @@
{ mkDerivation, base, filepath, hakyll, stdenv }: { mkDerivation, base, filepath, hakyll, stdenv }:
mkDerivation { mkDerivation {
pname = "rf"; pname = "rf";
version = "0.1.0.1"; version = "0.1.1.1";
src = ./.; src = ./.;
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;

View File

@ -2,7 +2,7 @@
-- see http://haskell.org/cabal/users-guide/ -- see http://haskell.org/cabal/users-guide/
name: rf name: rf
version: 0.1.0.1 version: 0.1.1.1
synopsis: tA's blog synopsis: tA's blog
-- description: -- description:
homepage: regularflolloping.com homepage: regularflolloping.com