Browse Source

Removed article font, fixed h1 line height

master
Gisle Aune 7 years ago
parent
commit
b7273a8b9e
  1. 2
      testpage.html
  2. 6
      ui/css/theme.css

2
testpage.html

@ -26,7 +26,7 @@
<div id="content-wrapper" class="dark">
<main>
<article class="narrow">
<h1>Wenera's OSD</h1>
<h1>A Day at the Office with Jessica</h1>
<p><a href="https://wiki.aiterp.net/index.php/Ilyna_T%27Rea">Ilyna</a> was sitting alone in her room. She did not like leaving Li alone with the screen all day, but options were sorely lacking at this time. At least she had watched the vid with her while waiting for news from the hospital back at Nos Astra.</p>
<blockquote>
<p>She visited Renala shortly after speaking with Jason, and asked her for help with restricting what media the child could access. Renala had vehemently disagreed, of course, and one excuse after the other followed when Ilyna tried invoking what authority she had.</p>

6
ui/css/theme.css

@ -1,5 +1,5 @@
body {
font-family: sans-serif;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
nav, main {
@ -8,7 +8,6 @@ nav, main {
article {
color: #abc;
font-family: 'SeanSansNarrowMedium';
text-align: justify;
font-size: 1.1em;
}
@ -30,6 +29,7 @@ article {
article h1 {
color: #4bf;
line-height: 1.125em;
}
article h1, article h2 {
@ -51,6 +51,8 @@ article {
border-spacing: 0px;
margin-top: 0.75em;
font-family: 'SeanSansNarrowMedium';
color: #789;
}

Loading…
Cancel
Save