Created
November 27, 2019 12:03
-
-
Save sulram/b58b2482881deb26a70600fe0dcc7b73 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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