feat: Styling for error logs

This commit is contained in:
Alicia Sykes 2024-06-21 22:07:48 +01:00
parent ba8880cff7
commit 0a419045c0

View File

@ -32,6 +32,7 @@
}
p, span, a, section, div { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; }
code { color: #9fef00cc;}
.logs { background: #141d2b; padding: 0.5rem;}
</style>
</body>
</html>