-
Notifications
You must be signed in to change notification settings - Fork 2
Fix #24: markdown.css
should be upstream
#40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
font-feature-settings: "calt" 1; /* Enable ligatures for IE 10+, Edge */ | ||
text-rendering: optimizeLegibility; /* Force ligatures for Webkit, Blink, Gecko */ | ||
} | ||
.rstrtt h1 { font-size: 3rem; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder about having different font-size for different heading level?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the different sizes
overflow: hidden; | ||
} | ||
.rstrtt h1:after { | ||
content: "===================================================================================================="; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also find out that the line was a bit disturbing, so I wonder of removing it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you dont like it remove it :)
display: inline; | ||
color: $light-grey; | ||
} | ||
.rstrtt h1:before { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... and rather having a lighter heading rule for h1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the # before the h1
No description provided.