Skip to content

Instantly share code, notes, and snippets.

@melMass
Created June 29, 2020 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melMass/18b77dd6ba19df1b3cb806481691d2cf to your computer and use it in GitHub Desktop.
Save melMass/18b77dd6ba19df1b3cb806481691d2cf to your computer and use it in GitHub Desktop.
body{
background-color:white;
color:black;
font-family: "Helvetica";
font-size:1.5em;
}
h1>a{
font-family:"Helvetica";
font-weight:bold;
color: black;
font-size:0.4em;
text-align:left;
}
ul>li>a{
color: black;
font-size:0.8em;
}
h2{
color: red;
text-align:center;
font-size: 2em;
margin:0;
padding:0;
}
audio
{
margin-left:70%;
border: solid 4px red;
/*transition:all 0.5s linear;*/
box-shadow: 10px 10px 0px 0px #ff0000;
border-radius:0px 0px 0px 0px ;
}
audio::-webkit-media-controls-mute-button {
display: none !important;
}
audio::-webkit-media-controls-panel{
background-color:white;
}
audio::-webkit-media-controls-play-button{
color:red;
}
span{
visibility:hidden;
}
figcaption{
color: black;
font-size:0.5em;
text-align:right;
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment