aboutsummaryrefslogtreecommitdiff
path: root/public/css/override.css
blob: 4d2decc9ecf831bacfca1422102b5fcac8d7084f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * Hide specific octicons 
 */
.octicon-code, .octicon-issue-opened, .octicon-git-pull-request,
.octicon-tag, .octicon-book, .octicon-pulse, .octicon-tools,
.octicon-sign-in, .item .octicon-repo, .item .octicon-person, 
.octicon-git-branch, .item .octicon-organization, .mega-octicon, .repo-buttons i { display: none !important; }

/* 
 * Override font stack
 */
*:not(i):not(.octicon):not(.mono):not(pre):not(code):not(span):not(li) { font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,
 Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol !important; }

/*
 * Override repo header names font weight
 */
.ui.list .list>.item .header, .ui.list>.item .header { font-weight: 400 !important }

/* 
 * Override explore repos header names font weight
 */
.ui.secondary.pointing.menu .active.item { font-weight: 400 !important }


.repository .repo-header .fork-flag { display: inline-block; margin-left: 0.5rem; background-color: #e6eff7; border-radius: 0.5rem; padding: 0 1rem; }
.ui.breadcrumb .divider { margin: 0 }