This commit is contained in:
SandPoot
2025-06-11 14:02:12 -03:00
parent 6c152b3760
commit 539d57aa84
2 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -107,10 +107,10 @@
.corru .wrap {border: 2px dashed #FFFF00; background-color: #000000;}
.corru .content {color: #FFFFFF; border-color: #000000; background-color: #000000; font-family: "Space Mono";}
.corru .content h1::before {content: "NOTE::'"; display: inline;}
.corru .content h1::after {content: "'"; display: inline;}
.corru .content p::before {content: "INHERITED CONTEXT::'"; display: inline;}
.corru .content p::after {content: "'"; display: inline;}
.corru .content h1::before {content: "NOTE::'";}
.corru .content h1::after {content: "'";}
.corru .content p::before {content: "INHERITED CONTEXT::'";}
.corru .content p::after {content: "'";}
</style>
</head>