Another minor change
This commit is contained in:
parent
5a4ff49958
commit
1bc0132a9c
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<main class="container">
|
<main class="container">
|
||||||
<section>
|
<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>
|
<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>
|
||||||
|
|
||||||
|
@ -34,12 +34,14 @@ body {
|
|||||||
h1, h2, h3, h4, h5 {
|
h1, h2, h3, h4, h5 {
|
||||||
color: var(--headings-color);
|
color: var(--headings-color);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
background-color: var(--line-color);
|
background-color: var(--line-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Navigation */
|
||||||
header {
|
header {
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
}
|
}
|
||||||
@ -55,15 +57,17 @@ nav {
|
|||||||
|
|
||||||
nav li {
|
nav li {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
padding: 2px 8px;
|
font-weight: bold;
|
||||||
|
padding: 3px 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Link effects */
|
||||||
nav li a {
|
nav li a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
li a:hover {
|
nav li a:hover {
|
||||||
border-bottom: 2px solid var(--line-color);
|
border-bottom: 2px solid var(--line-color);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user