Last active
August 11, 2017 05:57
-
-
Save premist/c144c7d689e068f5b27dd7fd29bcf9a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.ui.input input, html, .markdown-body { | |
font-family: "Ringside Narrow SSm", BlinkMacSystemFont, "Apple Color Emoji"; | |
} | |
.monospace, .markdown-body pre { | |
font-family: "Meslo LG M"; | |
} | |
.ui.top.inverted.labeled.menu .title.glow { | |
background: #333; | |
} | |
.top.menu .title.item .text { | |
display: none; | |
} | |
.discussion.segment { | |
border-top: 0px; | |
} | |
.ui.segment { | |
border-radius: 0px; | |
} | |
.files.table .revision i.icon { | |
margin: 4px 0px 4px 1px; | |
} | |
.file.title .file.bouncer.ui.dimmable .revcell i.icon { | |
margin: 4px 0px 4px 0px; | |
} | |
.review-header .files.table .revision i.icon { | |
margin: 1px 0px 4px 1px; | |
} | |
.files.table .trivial.path { | |
font-style: normal; | |
} | |
.top.menu .title.item { | |
margin-right: 0; | |
} | |
.top.menu .user.username { | |
display: none; | |
} | |
.markdown-body p { | |
line-height: 1.6em; | |
} | |
.file.title { | |
border-radius: 0px; | |
border-top: 2px solid #7a6aa6; | |
border-left: 2px solid #7a6aa6; | |
border-right: 2px solid #7a6aa6; | |
bottom: -3px; | |
} | |
.file.left.filler, .file.right.filler { | |
display: none; | |
} | |
.review-header.active .bar.wrapper, .review-header.active .status.bar, .review-header.bare .bar.wrapper, .review-header.bare .status.bar { | |
border-radius: 0px; | |
} | |
.review-header .status.bar .logo.menu { | |
border-radius: 0px; | |
} | |
.review-header .status.bar .logo.menu { | |
background: #333; | |
} | |
.draft.watermark { | |
background-image: none; | |
} | |
.discussion.header { | |
border-radius: 0; | |
} | |
.ui.discussion.segment>.right.corner.label { | |
border-radius: 0; | |
} | |
.ui.discussion.segment>.right.corner.label { | |
top: 0px; | |
right: 0px; | |
} | |
.ui.popup { | |
padding: .8em 2.4em .8em 1.2em; | |
} | |
.merge.button .branch.action { | |
margin-right: 0.4em; | |
} | |
.ui.comments { | |
transition: none !important; | |
} | |
.notch.root { | |
bottom: -25px; | |
} | |
.top.wavy.edge { | |
margin-bottom: 4px; | |
} | |
.bottom.wavy.edge, .top.wavy.edge { | |
background-image: none; | |
background-color: #FFF; | |
height: 12px; | |
} | |
.collapsed.region .expand.above.link, .collapsed.region .expand.below.link { | |
border-radius: 0px; | |
} | |
.collapsed.lead.button { | |
display: none; | |
} | |
.expand.link i.icon { | |
margin-top: 5px; | |
} | |
.expand.link .text.link { | |
display: none; | |
} | |
.file.title { | |
border-color: #f05a67; | |
} | |
.ui.last.dimmable.buttons { | |
top: -1px; | |
} | |
.ui.green.send.button { | |
border-top-left-radius: 0px; | |
border-bottom-left-radius: 0px; | |
} | |
.ui.dimmable.preview.button { | |
border-top-right-radius: 0px; | |
border-bottom-right-radius: 0px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment