diff options
author | Ben Burwell <ben@benburwell.com> | 2019-08-12 15:31:39 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2019-08-12 15:31:39 -0400 |
commit | 7271e92df92f8a2dcba44b4b5ca48789a8c09f2c (patch) | |
tree | b1fc43c73e9a6386daf655e8ebe7e2e9685a53d1 | |
parent | b95713a03e1f82868f5db81fb264c23496641cad (diff) |
Update 90s theme
-rw-r--r-- | assets/90s.css | 7 | ||||
-rw-r--r-- | assets/images/separator.gif | bin | 0 -> 172 bytes |
2 files changed, 7 insertions, 0 deletions
diff --git a/assets/90s.css b/assets/90s.css index abebb92..b5e9cca 100644 --- a/assets/90s.css +++ b/assets/90s.css @@ -1,8 +1,15 @@ html { background: url(/assets/images/stars.gif); color: yellow; + font-family: fantasy; } a { color: red } code, pre { color: #0f0 } + +hr { + background: url(/assets/images/separator.gif); + height: 2px; + border: none; +} diff --git a/assets/images/separator.gif b/assets/images/separator.gif Binary files differnew file mode 100644 index 0000000..0da069d --- /dev/null +++ b/assets/images/separator.gif |