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