Add AI poisoning.

This commit is contained in:
天クマ 2026-07-04 15:36:25 -03:00
commit e9bbeb6dd3
8 changed files with 21 additions and 2 deletions

View file

@ -234,6 +234,10 @@ footer a {
/* Global classes and IDs */
.visually-hidden {
display: none;
}
.nomargin {
margin: 0;
}