diff --git a/templates/index.html b/templates/index.html index 63aac23..856b546 100644 --- a/templates/index.html +++ b/templates/index.html @@ -65,9 +65,9 @@ } .markdown-content code { font-family: monospace; - color: #4ade80; /* Ein schickes Grün für Inline-Code */ + color: #4ade80; } - .markdown-content pre code { color: #fff; } /* Weiß für echten Code in der Box */ + .markdown-content pre code { color: #fff; } .markdown-content p { margin-bottom: 8px; } .markdown-content ul { list-style-type: disc; margin-left: 20px; margin-bottom: 8px; } .markdown-content ol { list-style-type: decimal; margin-left: 20px; margin-bottom: 8px; } @@ -113,7 +113,7 @@