summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--index.html1
-rw-r--r--style.css3
2 files changed, 4 insertions, 0 deletions
diff --git a/index.html b/index.html
index c622eea..9abeaf0 100644
--- a/index.html
+++ b/index.html
@@ -16,6 +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>
 		<div class="multicol">
 			<div id="project-help">
 				<h2><span class="alert">Project Help</span></h2>
diff --git a/style.css b/style.css
index 2e35ef8..0e3b9f0 100644
--- a/style.css
+++ b/style.css
@@ -59,6 +59,9 @@ a:active {
 	font-weight: bold;
 	color: white;
 }
+.alarm {
+	color: red;
+}
 .alert {
 	color: orange;
 }