Add deluge post

This commit is contained in:
Tyler Perkins
2023-10-20 09:34:25 -04:00
parent 712ebc255c
commit 1df295970f
5 changed files with 53 additions and 21 deletions

View File

@@ -46,6 +46,14 @@ p, a, li, tr, td, span, noscript, figcaption {
color: white;
}
code {
font-family: 'Hermit', Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 25px;
color: white;
}
html {
scroll-behavior: smooth;
overflow-x: hidden;