Skip to content

Instantly share code, notes, and snippets.

@sulram
Created November 27, 2019 12:03
Show Gist options
  • Save sulram/b58b2482881deb26a70600fe0dcc7b73 to your computer and use it in GitHub Desktop.
Save sulram/b58b2482881deb26a70600fe0dcc7b73 to your computer and use it in GitHub Desktop.
/* import google font */
@import url('https://fonts.googleapis.com/css?family=Calistoga&display=swap');
/* global styles */
tw-story {
font-family: 'Calistoga';
background: #eee;
color: #ff0000;
}
/* img size */
img {
max-width: 100%;
}
/* links */
tw-link, .enchantment-link {
color: #000;
font-weight: normal;
}
tw-link:hover, .enchantment-link:hover {
color: #000;
text-decoration: underline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment