diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-06-19 11:09:59 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-06-19 11:09:59 +0100 |
| commit | 6b24f401cfce32214caab6d79549b4ee50f566f5 (patch) | |
| tree | 1583155248624ff069cebd2d1e50b235a5f01c98 /header.html.part | |
| parent | dfca7068e834ceff944d79ce4e4c7b3c14b94f91 (diff) | |
new default css style - dont display img descriptions above the image anymore
Diffstat (limited to 'header.html.part')
| -rw-r--r-- | header.html.part | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/header.html.part b/header.html.part index 15947ee..6fa50d1 100644 --- a/header.html.part +++ b/header.html.part @@ -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> |
