Created
February 7, 2021 22:04
-
-
Save jchen1/f8818ac03eb6436408951874adcfdb5f 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 url("https://rawcdn.githack.com/jchen1/roam-util/d81f004d4bbf7ec51b562b2170752c82d5adb1f0/roam.css"); | |
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&family=Source+Code+Pro&display=swap'); | |
:root { | |
--header-font: "Playfair Display", serif; | |
--body-font: "Merriweather", serif; | |
--monospace-font: "Source Code Pro", monospace; | |
--header-color: #f0e8db; | |
--header-text-color: #111; | |
--text-color: #111; | |
--background-color: #fffdfa; | |
--right-sidebar-background-color: #fffdfa; | |
--right-sidebar-border-size: 1px; | |
--tag-background-color: #f0e8db; | |
--tag-background-hover-color: #f0e8db; | |
--tag-hover-color: #e82c2e; | |
--tag-color: #555; | |
--sidebar-color: #fffdfa; | |
--sidebar-text-color: #111; | |
--sidebar-text-hover-color: #F2B230; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment