Last active
March 27, 2024 07:41
-
-
Save diamondburned/ca9c5ef1edec706644f187d21e0957c5 to your computer and use it in GitHub Desktop.
freedesktop.org but readable
This file contains hidden or 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
@-moz-document domain("freedesktop.org") { | |
.refentry { | |
max-width: 765px; | |
line-height: 1.5; | |
margin: auto; | |
position: relative; | |
} | |
.refentry pre { | |
line-height: 1.25; | |
background-color: #333; | |
border-radius: 2px; | |
padding: 8px 12px; | |
overflow: auto; | |
width: 100%; | |
min-width: 100%; | |
} | |
.refentry pre:hover { | |
overflow: visible; | |
width: fit-content; | |
} | |
.refentry code { | |
background-color: #333; | |
border-radius: 2px; | |
padding: 2px 4px; | |
} | |
.refentry a { | |
text-decoration: none; | |
} | |
.refentry table { | |
border-spacing: 0; | |
border-color: #999; | |
outline: none; | |
} | |
.refentry table th, | |
.refentry table td { | |
border-width: 1px; | |
border-color: #333; | |
padding: 6px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment