Skip to content

Instantly share code, notes, and snippets.

@donchan922
Last active August 30, 2020 07:27
Show Gist options
  • Save donchan922/5e1b695a19d73a33efe0423599885e5f to your computer and use it in GitHub Desktop.
Save donchan922/5e1b695a19d73a33efe0423599885e5f to your computer and use it in GitHub Desktop.
/* フッタ非表示 */
.gist-meta {
display: none;
}
/* コード領域の下枠線調整 */
.gist-file {
border-bottom: 1px solid !important;
border-bottom-color: rgb(221, 221, 221) !important;
}
.gist-data {
border-bottom: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment