mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-21 17:27:13 +01:00
Source Code Pro all the things on GitHub
This commit is contained in:
parent
c571eb7579
commit
4533bdebad
21
webstyle.css
21
webstyle.css
@ -42,6 +42,27 @@ table.ae6 {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
|
||||
/* GITHUB
|
||||
-----------------------------------------*/
|
||||
|
||||
.file-code code,
|
||||
.file-code pre,
|
||||
.commits code,
|
||||
.commits pre,
|
||||
.diff-line-code,
|
||||
#files .file .meta .info,
|
||||
.file-box .meta .info,
|
||||
.diff-line-num,
|
||||
.blob-line-nums,
|
||||
.commit .sha-block,
|
||||
.commit .sha,
|
||||
.news .alert .branch-link,
|
||||
.repository-with-sidebar .repository-sidebar input.clone {
|
||||
font-family: "Source Code Pro", Consolas, "Liberation Mono", Courier, monospace !important;
|
||||
}
|
||||
|
||||
|
||||
/* TWITTER
|
||||
-----------------------------------------*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user