Browse Source

CSS changes

master
Shaun Kerr 5 years ago
parent
commit
bfa4e4fd6a
4 changed files with 12 additions and 2 deletions
  1. +4
    -0
      ChangeLog.md
  2. +6
    -0
      css/default.css
  3. +1
    -1
      default.nix
  4. +1
    -1
      rf.cabal

+ 4
- 0
ChangeLog.md View File

@@ -7,3 +7,7 @@
## 0.1.0.1 -- 2018-08-19

* Cleaned up the code a bit

## 0.1.1.1 -- 2018-08-20

* Added CSS for Blockquotes

+ 6
- 0
css/default.css View File

@@ -7,6 +7,12 @@ body {
color: #000;
}

blockquote {
padding: 0 1em;
color: #444444;
border-left: 0.25em solid #dfe2e5;
}

header {
border-bottom: 0.2rem solid #000;
}


+ 1
- 1
default.nix View File

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


+ 1
- 1
rf.cabal View File

@@ -2,7 +2,7 @@
-- see http://haskell.org/cabal/users-guide/

name: rf
version: 0.1.0.1
version: 0.1.1.1
synopsis: tA's blog
-- description:
homepage: regularflolloping.com


Loading…
Cancel
Save