Skip to content

Instantly share code, notes, and snippets.

View hedayatnia's full-sized avatar
🎯
Focusing

Phil Hedayatnia hedayatnia

🎯
Focusing
View GitHub Profile
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
*{
font-family: -apple-system, BlinkMacSystemFont !important;
}
.c-message__sender,.p-classic_nav__model__title__name,.p-classic_nav__team_header__team__name {
@hedayatnia
hedayatnia / keybase.md
Created June 4, 2019 21:01
My keybase gist!

Keybase proof

I hereby claim:

  • I am hedayatnia on github.
  • I am pah861 (https://keybase.io/pah861) on keybase.
  • I have a public key ASDsNnkjZEDmyG8aOXTBFDycn6jypdzGUp_03vOd27ajJQo

To claim this, I am signing this object:

@hedayatnia
hedayatnia / changes.css
Last active November 1, 2018 20:19
Superhuman Light
.MessagePane-expanded.hasDraft{
border: 0px solid rgba(0,0,0,.125) !important;
opacity: 1;
border-radius: .25rem !important;
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
background-color: white !important;
transition: border 0.2s linear;
transition: box-shadow 0.2s linear;
transition: background-color 0.2s linear;
}
@hedayatnia
hedayatnia / changes.css
Created October 20, 2018 02:15
CSS changes
.DashboardFeedCard,.core-nav-container{
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
border: 0px;
position:static;
}
.innerWrapper,.core-todoItem,ul.uiCheckboxList>li,.uiContentWrapper.-hasGrayBorder,.core-dotCalendar{
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
border: 0px;
background-color: white;