diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/templates/index.html b/templates/index.html index b839951..5fe6678 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,33 +16,40 @@ h1, h2, h3 { line-height: 1.2em; } -h1 a, h3 a { - color: #31363b; +a { text-decoration: none; } -h1 a:hover, h1 a:focus, h3 a:hover, h3 a:focus { +a:hover, a:focus { text-decoration: underline; } +h1 a, h3 a { + color: #31363b; +} + .content { max-width: 50em; margin: 0 auto; } -@media print { - body, .content { - max-width: none; - } -} - li { line-height: 1.2em; margin-bottom: 5px; } li.course { - margin-bottom: 20px; + margin-bottom: 20px; +} + +@media print { + body, .content { + max-width: none; + } + + header, footer, a.subscribe { + display: none; + } } </style> </head> |