Skip to content

Instantly share code, notes, and snippets.

View blcarson's full-sized avatar
💭
Retired

Brandon Carson blcarson

💭
Retired
View GitHub Profile
### Keybase proof
I hereby claim:
* I am blcarson on github.
* I am blcarson (https://keybase.io/blcarson) on keybase.
* I have a public key ASAlvhvuMR3hJIxl8hT-AqOfh2F7Zxyck2-5T8ktnqCgfgo
To claim this, I am signing this object:
@blcarson
blcarson / slack-4-lato.css
Created July 23, 2019 00:33
Fork of @caiceA's dark Slack v4 theme with default fonts and minor CSS fixes
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap');
body {
font-family: 'Lato', sans-serif !important;
text-rendering: optimizeLegibility !important;
word-spacing: -1px;
-webkit-font-smoothing: auto;
}
.CodeMirror-cursor {
border-left-color: rgba(255,255,255,1) !important;
}