Skip to content

Instantly share code, notes, and snippets.

@ShinoharaTa
Created September 21, 2018 14:16
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 ShinoharaTa/0bcf8791904af9b0affa754aa4a52fb2 to your computer and use it in GitHub Desktop.
Save ShinoharaTa/0bcf8791904af9b0affa754aa4a52fb2 to your computer and use it in GitHub Desktop.
Bootstrapに上書きして、いい感じに使う(SCSSなし) ref: https://qiita.com/Shino_JK/items/34d7e4676dcc4ed430d8
.bg-twitter {
background-color: #55acee;
text: #FFF;
}
.bg-mastodon {
background-color: #2b90d9;
text: #FFF;
}
.bg-facebook {
background-color: #3b5998;
text: #FFF;
}
.bg-linkedin {
background-color: #0079ba;
text: #FFF;
}
.bg-github {
background-color: #333;
text: #FFF;
}
.bg-qiita {
background-color: #79bd28;
text: #FFF;
}
.bg-misskey {
background-color: #00acc1;
text: #FFF;
}
.bg-soundcloud{
background-color: #ff3300;
text: #FFF;
}
<link rel="stylesheet" href="./css/bootstrap.min.css">
<link rel="stylesheet" href="./css/bootstrap.min.css">
<link rel="stylesheet" href="./css/my-sheet.css">
<btn class="btn btn-success">ログイン</a>
<link rel="stylesheet" href="./css/bootstrap.min.css">
<link rel="stylesheet" href="./css/my-sheet.css">
<link rel="stylesheet" href="./css/bootstrap_button_sns.css">
<a href="" class="btn bg-twitter text-left"><i class="fab fa-twitter fa-fw"></i> Twitter</a>
:root{
--font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment