Skip to content

Instantly share code, notes, and snippets.

@rohitotsubakura
Created February 1, 2022 22:33
Show Gist options
  • Save rohitotsubakura/13c4f693c4c5c16625c51de2b605dcc8 to your computer and use it in GitHub Desktop.
Save rohitotsubakura/13c4f693c4c5c16625c51de2b605dcc8 to your computer and use it in GitHub Desktop.
クレイモーフィズムなツイキャス用コメントCSS
/* コメントデザイン */
div.tw-comment-item {
display: flex;
align-items: center;
padding: 0;
}
a.tw-comment-item-icon {
display: unset !important;
margin-bottom: 10px;
}
img.tw-comment-item-star {
display: unset !important;
}
div.tw-comment-item-body {
background-color: #ffffff;
box-shadow: 0 35px 48px 0 rgba(136,174,222,0.42),
inset 0 -8px 16px 0 #B9D1F1;
padding: 20px 20px !important;
margin-bottom: 10px;
margin-right: 40px;
border-radius: 30px;
}
div.tw-comment-item-name-body>a.tw-comment-item-name {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900 !important;
color: rgb(61, 63, 92) !important;
text-shadow: none !important;
}
div.tw-comment-item-comment {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 800 !important;
color: rgb(24,25, 39) !important;
text-shadow: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment