Skip to content

Instantly share code, notes, and snippets.

@miyacorata
Last active April 18, 2024 05:48
Show Gist options
  • Save miyacorata/ae41226391cc9bc990cc97d28e2bfc5a to your computer and use it in GitHub Desktop.
Save miyacorata/ae41226391cc9bc990cc97d28e2bfc5a to your computer and use it in GitHub Desktop.
/* ライアン */
a.xngrp[href="/@hoshii"] > span::before {
content: "ライアン";
color: gray;
font-size: 70%;
border: solid 1px gray;
border-radius: 2px;
padding: 2px;
margin-right: 5px;
}
/* 公開範囲アイコンに色付け */
/* フォロワーのみ */
.xAtlm > span:has(i.ti-lock) {
background: #d42e2e;
color: white;
border-radius: 2px;
padding: 2px;
}
/* ホーム */
.xAtlm > span:has(i.ti-home) {
background: orange;
color: white;
border-radius: 2px;
padding: 2px;
}
/* 枢軸 */
.xAtlm > span:has(i.ti-rocket-off) {
color: deepskyblue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment