This website works better with JavaScript.
Home
Explore
Help
Sign In
achmizs
/
papyrus
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed code element font size glitch due to browser user agent style sheet update
master
Said Achmiz
3 years ago
parent
732e3217b0
commit
58c4120984
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
papyrus.css
+ 4
- 0
papyrus.css
View File
@@ -517,6 +517,10 @@ pre {
white-space: pre-wrap;
}
code {
font-size: inherit;
}
input {
font-size: inherit;
font-family: inherit;
Write
Preview
Loading…
Cancel
Save