diff options
Diffstat (limited to 'assets/stylesheets/layout.hcss')
-rw-r--r-- | assets/stylesheets/layout.hcss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/stylesheets/layout.hcss b/assets/stylesheets/layout.hcss new file mode 100644 index 0000000..5605ce5 --- /dev/null +++ b/assets/stylesheets/layout.hcss @@ -0,0 +1,20 @@ +body { + background-color: #e3ce88; + color: #222; + + font: 19px "Georgia", serif; +} + +header h1 { display: none; } + +.code-block { + padding: 12px 16px; + + border: solid 2px #8c6e6e; + border-radius: 6px; + box-shadow: inset 1px 1px 10px #402929; + + background-color: #483f3d; + color: #c9ccb4; + text-shadow: 1px 3px 5px #230f0f; +} |