以下の内容はhttps://blog.kyanny.me/entry/2017/07/27/174206より取得しました。


Pull Requestのbase branchがmasterとdevelop以外のときブランチ名を目立たせる

blog.sushi.money

デフォルトブランチが msater のリポジトリと develop のリポジトリがあるので、これを少しだけ改造した。

/* 

Pull Requestのbase branchがmaster以外のときブランチ名を目立たせる - hitode909の日記
http://blog.sushi.money/entry/2017/07/21/104650

*/

.gh-header-meta .commit-ref:first-of-type {
  background: #dbab09;
}
.gh-header-meta .commit-ref:first-of-type[title*='master'] {
  background: #eff7ff !important;
}
.gh-header-meta .commit-ref:first-of-type[title*='develop'] {
  background: #eff7ff !important;
}

f:id:a666666:20170727174123p:plainf:id:a666666:20170727174130p:plainf:id:a666666:20170727174135p:plain




以上の内容はhttps://blog.kyanny.me/entry/2017/07/27/174206より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14