summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 39a6d10..fa3904a 100644
--- a/index.html
+++ b/index.html
@@ -16,7 +16,7 @@
 				<li><a href="https://lib.andrewyu.org">Files</a></li>
 			</ul>
 		</div>
-		<span class="alarm">It is our responsibility to spread free software and advocate for user freedom.  Please don't waste any chances to do so.  Thank you.</span>
+		<p><span class="alarm">It is our responsibility to spread free software and advocate for user freedom.  Please don't waste any chances to do so.  Sign <a href="https://my.fsf.org/give-students-userfreedom">the give students user freedom petition by the FSF</a> and fight against <a href="https://www.fsf.org/bulletin/2020/spring/trial-by-proprietary-software">trial in courts with proprietary software</a>.<span></p>
 		<div class="multicol">
 			<div id="project-help">
 				<h2><span class="alert">Project Help</span></h2>
diff --git a/style.css b/style.css
index bc6080a..9533c17 100644
--- a/style.css
+++ b/style.css
@@ -1,7 +1,7 @@
 body {
 	background-color: black;
 	color: white;
-	font-family: sans-serif;
+	font-family: monospace;
 	width: 95%;
 	margin: auto;
 	line-height: 1.3;