hookex
11/29/2019 - 9:14 AM

CSS


// google colors
.color-google-blue {
  color: rgb(79,134,236);
}

.color-google-red {
  color: rgb(217,80,63);
}

.color-google-yellow {
  color: rgb(242,189,66);
}

.color-google-green {
  color: rgb(88,165,92);
}
https://bennettfeely.com/clippy/
// background: linear-gradient(to right, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0));