Sha256: 9e7cc0077dfa02285d301285539684d26b1f3961197351b5bb97a29da2e581c1
Contents?: true
Size: 826 Bytes
Versions: 3
Compression:
Stored size: 826 Bytes
Contents
/* *= require_tree . *= require_self */ @import url(https://fonts.googleapis.com/css?family=Inconsolata); body { color: #333; font: 100%/1.618em Georgia, "Times New Roman", Times, serif; /*background-color: #f9f9f9; font-size: 18px;*/ line-height: 1.4em; } h1 { color: #000; font: normal 2.28em/120% Georgia, Times, serif; } div.container { margin: 0 auto; width: 60%; } code { color: #4c4c4c; font-family: 'Inconsolata'; background-color: rgba(0, 0, 0, 0.04); font-size: inherit; } pre code { color: inherit; font-family: 'Inconsolata'; background-color: inherit; font-size: inherit; } a { text-decoration: none !important; color: #4078c0; } ul>ul>li { margin-bottom: 5px; } @media screen and (max-width: 700px){ div.container { margin: 0 auto; width: 100%; } }
Version data entries
3 entries across 3 versions & 1 rubygems