diff options
Diffstat (limited to 'contact-information.html')
| -rw-r--r-- | contact-information.html | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/contact-information.html b/contact-information.html index 3ae3b7dd..f7389dcb 100644 --- a/contact-information.html +++ b/contact-information.html @@ -36,7 +36,7 @@ img { pre { display: block; background-color: #111; - color: #fff; + color: #0ca; padding: 5px; overflow-x: auto; } @@ -45,6 +45,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> |
