Last active
April 3, 2020 14:13
-
-
Save tangjeff0/3dd52401e620a80760d56740988d48de to your computer and use it in GitHub Desktop.
roam-styles
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
.rm-page-ref { | |
font-weight: bold; | |
} | |
a:hover, .rm-page-ref:hover { | |
font-style: italic; | |
} | |
.rm-page-ref-link-color { | |
color: #1aae9f; /* teal */ | |
} | |
.rm-page-ref-tag:nth-child(even) { | |
color: #ff28e7; /* fuschia */ | |
} | |
.rm-page-ref-tag:nth-child(odd) { | |
color: #e97a29; /* burnt orange */ | |
} | |
.rm-page-ref-brackets { | |
color: #1c44e3; /* sky blue */ | |
} | |
.rm-block-input { | |
background-color: #f5f0f0; /* light gray */ | |
} | |
.rm-block-text { | |
max-width: 100vw; | |
} | |
.roam-center > div:first-child { | |
padding-right: calc(10% - 284px) !important; | |
padding-left: calc(3% - 16px) !important; | |
} | |
.roam-article { | |
width: 1100px; | |
} | |
.roam-block-container { | |
max-width: 1100px; | |
min-width 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment