Skip to content

Instantly share code, notes, and snippets.

View happyendermangit's full-sized avatar

Happy enderman happyendermangit

View GitHub Profile
@happyendermangit
happyendermangit / main.css
Created April 7, 2024 19:09
whatsapp new mobile redesign for web (custom css)
/** modify voice message button color **/
button[aria-label="Voice message"] {
background-color: #21C063;
border-radius: 50px;
}
button[aria-label="Voice message"] svg {
width: 20px;
height: 20px;
}