summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html16
1 files changed, 15 insertions, 1 deletions
diff --git a/index.html b/index.html
index 57c5d4a2..aece1a13 100644
--- a/index.html
+++ b/index.html
@@ -37,7 +37,7 @@ img {
pre {
display: block;
background-color: #111;
- color: #fff;
+ color: #0ca;
padding: 5px;
overflow-x: auto;
}
@@ -46,6 +46,20 @@ a.textlink:before {
content: " ⇒ ";
padding-left: 2px;
}
+
+p.quote {
+ color: #82EEFD;
+}
+
+p.quote:before {
+ content: " « ";
+ padding-left: 2px;
+}
+
+p.quote:after {
+ content: " » ";
+ padding-right: 2px;
+}
</style>
</head>
<body>