Another minor change

This commit is contained in:
Chris Dill 2021-02-16 21:58:10 +00:00
parent 5a4ff49958
commit 1bc0132a9c
2 changed files with 7 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<main class="container">
<section>
<p>This policy was last updated <b>9/02/2021.</b></p>
<p>Last updated: <b>16/02/2021</b></p>
<p>Quartznet operates <b>https://www.quartznet.info</b> (the "site"). This page informs you of our policies regarding the collection, use and disclosure of personal information we receive from users of the site.</p>

View File

@ -34,12 +34,14 @@ body {
h1, h2, h3, h4, h5 {
color: var(--headings-color);
font-weight: bold;
line-height: 1.2;
}
hr {
background-color: var(--line-color);
}
/* Navigation */
header {
background-color: var(--background-color);
}
@ -55,15 +57,17 @@ nav {
nav li {
font-size: 1rem;
padding: 2px 8px;
font-weight: bold;
padding: 3px 10px;
text-align: center;
}
/* Link effects */
nav li a {
text-decoration: none;
}
li a:hover {
nav li a:hover {
border-bottom: 2px solid var(--line-color);
text-decoration: none;
}