mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-12 13:30: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; }
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user