Browse Source

styling simplified

master
Christian Müller 10 years ago
parent
commit
2357caf598
  1. 2
      resources/public/index.html
  2. 4
      resources/public/style.css

2
resources/public/index.html

@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
<a class="landing-button" href="/new" style="color: white">New Note</a>
</div>
<div id="dashed-line"></div>
<article class="bottom-space" style="font-size: 1em">
<article class="bottom-space">
<h2>Changelog</h2>
<ul>
<li><strong>2015-10</strong>: NoteHub rewritten in Node.js.</li>

4
resources/public/style.css

@ -105,8 +105,8 @@ footer a { @@ -105,8 +105,8 @@ footer a {
}
h1, h2, h3, h4, h5, h6 {
font-family: "ArialRoundedMTBold", Palatino, "Palatino Linotype", serif;
font-weight: bolder;
font-family: sans-serif;
font-weight: 400;
}
h1 {

Loading…
Cancel
Save