1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00

Hide <template> tags

Makes at least something visible on browsers like netsurf and others.
This commit is contained in:
Umar Getagazov 2021-10-26 13:47:23 +07:00
parent e2f228a732
commit 45763d9d7d

View File

@ -252,6 +252,13 @@ table { border: 0; background-color: #444444; color: #ddd; }
mark { background: rgba(130, 80, 30, 5); color: inherit; } mark { background: rgba(130, 80, 30, 5); color: inherit; }
} }
/*
* Shortcuts
*/
template {
display: none;
}
kbd { kbd {
display: inline-block; display: inline-block;
min-width: 1.5ch; min-width: 1.5ch;