Skip to content

Instantly share code, notes, and snippets.

@sasamijp
Last active April 13, 2019 06:18
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 sasamijp/970e5868cfa4861e1e261697c3009422 to your computer and use it in GitHub Desktop.
Save sasamijp/970e5868cfa4861e1e261697c3009422 to your computer and use it in GitHub Desktop.
BTDのカスタムCSSに貼り付けると見た目がYorufukurouっぽくなるやつ
.mdl {
height: 100%;
width: 100%;
}
.mdl-column-rhs {
width:100%;
}
.account-link .username {
font-size: 13px;
font-weight: bold;
}
.avatar {
width: 42px;
height: 42px;
}
p {
margin-left: 4px;
}
.account-inline {
margin-left: 4px;
}
.tweet-footer{
margin-top:0;
}
.tweet-text{
color: #5D5D5D;
}
.tweet-footer {
height: 5px;
position: relative;
top:-10px;
}
.tweet:after {
content: none;
}
.icon-retweet-color {
color:inherit;
}
.column-nav-item {
background-color: #6D6D6D;
}
.app-header {
background-color: #6D6D6D;
}
.app-navigator {
background-color: #6D6D6D;
}
.app-title {
background-color: inherit;
}
.column {
width:100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment