summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--about.php2
-rw-r--r--style.css3
2 files changed, 4 insertions, 1 deletions
diff --git a/about.php b/about.php
index 07b7f72..cad0541 100644
--- a/about.php
+++ b/about.php
@@ -10,7 +10,7 @@ If you're curious about anything here, you can email me at kai@kaistevenson.com.
</p>
<p>This site is a member of the <a href="https://nullring.xyz">Null Webring</a>.</p>
<div style="width: 100%; text-align: center;">
- <pre style="display: inline-block; text-align: left;">
+ <pre class="ascii" style="display: inline-block; text-align: left;">
,▄▓▄,
╓g▄▓▓▓▓▓▓▓▓▓▓▓▓▄▄╖ ,▓▓▓▓▓▓▓,
g▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▄, ╔▓▓▓▓▓▓▓▓▓"
diff --git a/style.css b/style.css
index 37638dd..d32a897 100644
--- a/style.css
+++ b/style.css
@@ -110,3 +110,6 @@ li {
width: auto;
margin: auto;
}
+.ascii {
+ color: var(--secondary);
+}