radio

radio.ircforever.org
git clone git://git.ircforever.org/radio
Log | Files | Refs | Submodules | README | LICENSE

commit a1f078c60ecc71e3ddc6be53a2345e67d52eb09a
parent 5565f491ca62b3fc2a4081aa6cd7f072c976865b
Author: libredev <libredev@ircforever.org>
Date:   Fri, 20 Jan 2023 19:32:58 +0530

change font-family to monospace

Diffstat:
Mcomment.html | 7++++---
Mstyle.css | 2++
2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/comment.html b/comment.html @@ -2,9 +2,10 @@ <form> <fieldset> <legend><b>Add Comment:</b></legend> - <p><b> NOTE: By commenting, you agree to release the comment under - <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0</a> - .</b></p> + <p><b> + NOTE: By commenting, you agree to release the comment under + <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0</a>. + </b></p> <label for="name">Name (optional):</label><br> <input type="text" name="name" id="name"><br><br> <label for="email">Email (optional):</label><br> diff --git a/style.css b/style.css @@ -1,5 +1,7 @@ body { margin: 10px; + font-size: 16px; + font-family: monospace; } ul {