diff options
Diffstat (limited to 'gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html')
| -rw-r--r-- | gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html b/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html index 18c07574..b53a0cb4 100644 --- a/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html +++ b/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.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> |
