Skip to content

Instantly share code, notes, and snippets.

View alicegherbison's full-sized avatar
🌈
react / graphql / typescript / css / html

alice ◑ alicegherbison

🌈
react / graphql / typescript / css / html
View GitHub Profile
@alicegherbison
alicegherbison / pseudo-classes.txt
Last active January 9, 2020 10:06
🖌 non-experimental css pseudo class order
// global
:root
// state
:link
:visited
:hover
:active
@alicegherbison
alicegherbison / .hyper.js
Last active July 29, 2022 11:08
💻 hyper settings
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: "stable",
@alicegherbison
alicegherbison / colors.css
Last active August 21, 2020 21:11
🎨 colour palette
:root {
--color-lilac: #ab9df2;
--color-pink: #ff6188;
--color-orange: #fc9867;
--color-yellow: #ffd866;
--color-green: #a9dc76;
--color-cyan: #78dce8;
--color-cream: #fcfcfa;
--color-grey-light: #cccccc;
--color-grey-mid: #aaaaaa;