diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 15:11:08 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 15:11:08 +0800 |
commit | 06a1a37423b8543ea92a543212cb542b9c51f8a7 (patch) | |
tree | 9e007c4ac5be5f4511edaf2aef79ac6b02896ad8 | |
parent | 3c7ac747a7bd73a33265cf7b2422435eb64a38a4 (diff) | |
download | www-06a1a37423b8543ea92a543212cb542b9c51f8a7.tar.gz |
give students user freedom; trial by zoom
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | style.css | 2 |
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; |