Skip to content

Instantly share code, notes, and snippets.

@nyanshiba
Last active November 15, 2019 13:49
Show Gist options
  • Save nyanshiba/23ef1292f2085a977b33bdd1f8938348 to your computer and use it in GitHub Desktop.
Save nyanshiba/23ef1292f2085a977b33bdd1f8938348 to your computer and use it in GitHub Desktop.
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
.voice-state {
background-image: linear-gradient(to left, rgba(204,204,204,0.01), rgba(204,204,204,0.3));
padding: 16px 0 32px 16px;
}
.voice-container .voice-states .voice-state {
height: 64px;
}
.voice-container .voice-states .voice-state .avatar {
height: 64px;
width: 64px;
border: 6px solid transparent;
}
.voice-container .voice-states .voice-state .avatar.speaking {
border-color: #43b581;
}
.voice-container .voice-states .voice-state .user .name {
background-color: transparent !important;
font-family: "Noto Sans JP" !important;
font-weight: 1;
font-size: 32px !important;
line-height: 40px !important;
color: #fff !important;
border-radius: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment