CSS changes
This commit is contained in:
parent
2c6c3c6d1e
commit
bfa4e4fd6a
@ -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
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
2
rf.cabal
2
rf.cabal
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user