diff options
Diffstat (limited to 'malds/extras.html')
-rw-r--r-- | malds/extras.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/malds/extras.html b/malds/extras.html new file mode 100644 index 0000000..69a6e57 --- /dev/null +++ b/malds/extras.html @@ -0,0 +1,12 @@ +<head> +<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/comic-mono@0.0.1/index.css"> +<style> + + html{ + color: #ff2674; + font-family: comic mono; + background-color: #202124; + } + +</style> +</head>
\ No newline at end of file |