Skip to content

Instantly share code, notes, and snippets.

@t-asa2000
Last active September 3, 2020 13:36
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 t-asa2000/a98d37944467fd5141a793deb39c32d9 to your computer and use it in GitHub Desktop.
Save t-asa2000/a98d37944467fd5141a793deb39c32d9 to your computer and use it in GitHub Desktop.
自分流にカスタマイズしたQiitadonのCSS(Stylusで適用)
/* アイコンを丸くする */
.account__avatar,.account__avatar-overlay-base,.account__avatar-overlay-overlay{
border-radius:50%;
}
.account__avatar-overlay-base{
width:40px;
height:40px;
background-size: 40px 40px;
}
.account__avatar-overlay-overlay{
width:27px;
height:27px;
background-size:27px 27px;
}
/*ユーザーページのヘッダー画像を暗めにする*/
.account__header>div {
background: rgba(0,0,0,.4);
}
/*ユーザーページのユーザー名・ID・自己紹介を白文字に*/
.account__header .account__header__username, .account__header .account__header__qiita--username, .account__header .account__header__content {
color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment