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:
parent
e2f228a732
commit
45763d9d7d
@ -252,6 +252,13 @@ table { border: 0; background-color: #444444; color: #ddd; }
|
||||
mark { background: rgba(130, 80, 30, 5); color: inherit; }
|
||||
}
|
||||
|
||||
/*
|
||||
* Shortcuts
|
||||
*/
|
||||
template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
kbd {
|
||||
display: inline-block;
|
||||
min-width: 1.5ch;
|
||||
|
Loading…
Reference in New Issue
Block a user