Skip to content

Instantly share code, notes, and snippets.

View cecchi's full-sized avatar

Cecchi MacNaughton cecchi

View GitHub Profile
input[type=password]::placeholder {
color: green;
}

Keybase proof

I hereby claim:

  • I am cecchi on github.
  • I am cecchi (https://keybase.io/cecchi) on keybase.
  • I have a public key ASDDWVbxoClVOe7pcYrkXoB5PyZTg2iGfffjux8qMSv4FQo

To claim this, I am signing this object:

# Append git branch and status to PS1
COLOR_RED="\033[0;31m"
COLOR_YELLOW="\033[0;33m"
COLOR_GREEN="\033[0;32m"
COLOR_OCHRE="\033[38;5;95m"
COLOR_BLUE="\033[0;34m"
COLOR_WHITE="\033[0;37m"
COLOR_RESET="\033[0m"
["html","base","head","style","title","address","article","footer","header","h1","h2","h3","h4","h5","h6","hgroup","nav","section","dd","div","dl","dt","figcaption","figure","hr","li","main","ol","p","pre","ul","abbr","b","bdi","bdo","br","cite","code","data","dfn","em","i","kbd","mark","q","rp","rt","rtc","ruby","s","samp","small","span","strong","sub","sup","time","u","var","wbr","area","audio","map","track","video","embed","object","param","source","canvas","noscript","script","del","ins","caption","col","colgroup","table","tbody","td","tfoot","th","thead","tr","button","datalist","fieldset","form","input","keygen","label","legend","meter","optgroup","option","output","progress","select","details","dialog","menu","menuitem","summary","content","element","shadow","template","acronym","applet","basefont","big","blink","center","dir","frame","frameset","isindex","listing","noembed","plaintext","spacer","strike","tt","xmp"]
function Foo() {
this.prop = 'value';
this.bar = function() {
return function() {
return this.prop;
};
};
}
var foo = new Foo();