diff options
Diffstat (limited to 'header.html.part')
| -rw-r--r-- | header.html.part | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/header.html.part b/header.html.part index d7cafb4c..852a1741 100644 --- a/header.html.part +++ b/header.html.part @@ -5,16 +5,9 @@ <title>Having fun with computers!</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> -body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; } +body { margin: auto; max-width: 900px; } img { display: block; max-width: 70%;} -pre { color: #ecbe7b; } -blockquote { color: #ecbe7b; } -a { color: #c678dd; text-decoration: none; } -a.textlink:before { content: " > "; padding-left: 2px; } -a:hover { color: #51afef; text-decoration: underline; } -h1 { color: #ff6c6b; } -h2, h3, h4, h5, h6 { color: #51afef; } -li { color: #98be65; } +p.quote:before { content: " | "; padding-left: 2px; } </style> </head> <body> |
