pdnew/themes/default/assets/svg/burger.svg
phryk a1a2cde38a A boatload of changes, fixes, improvements and theming work.
* All menus have IDs now
* Added support for burgerized menus; burgerized main menu and minisearch
* Fixed menu in Listing objects
* Fixed issue with invalid datetime-local values
* Improved section breakout logic for inline renderables in markdown
* Search now ignores abstract content types
* Added some assets
* Various other things, mostly theming-related
2024-10-14 16:54:17 +02:00

34 lines
898 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg width="100" height="100" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<metadata>
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title/>
</cc:Work>
</rdf:RDF>
</metadata>
<style>
path {
fill: hsl(0 0 10%);
transition: 0.3s ease-in-out;
}
#active:target path {
fill: rgb(221, 221, 221);
}
#highlight:target path {
fill: rgb(247, 247, 247);
}
</style>
<g id="active">
<g id="highlight">
<path d="m0 40.874h100v18.253h-100zm0-34.867h100v18.331h-100zm0 69.657h100v18.331h-100z"/>
</g>
</g>
</svg>