Revision 965d9660708acf1fbfa96e0b97780789a85c910e authored by Kevin Sheppard on 05 January 2024, 16:10:52 UTC, committed by Kevin Sheppard on 05 January 2024, 16:10:52 UTC
1 parent f428c36
Raw File
material.css
@charset "utf-8";.dropdown{width:125px;vertical-align:middle}.dropdownbutton{color:inherit;font-weight:700;font-size:.65rem}.dropdown-content{display:none;position:absolute;z-index:1;background-color:inherit}.dropdown-content a{display:block;width:125px;margin:8px;font-size:.65rem;font-weight:200}.dropdown-content a:hover{}.dropdown:hover .dropdown-content{display:block}.dropdown:hover .dropbtn{}
back to top