summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-14 16:02:27 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-14 16:02:27 -0600
commit924a33cd51fe8baf3f325a5296e53bf823f90e10 (patch)
tree892a562ba2704de15bab6d084aaece9b1e05276b /public
parentca9db4335ec863ace3f098adeef36529fb6fa859 (diff)
Add a "please sponsor me" beg banner to the footer
Diffstat (limited to 'public')
-rw-r--r--public/assets/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/public/assets/style.css b/public/assets/style.css
index 1dbdb3d..f345dc1 100644
--- a/public/assets/style.css
+++ b/public/assets/style.css
@@ -165,3 +165,19 @@ a {
a:hover, a:focus {
text-decoration: underline;
}
+
+a.em, a.em:visited {
+ color: #0000ee;
+ font-weight: bold;
+}
+
+/* beg banner */
+
+aside.sponsor {
+ margin: 0 auto;
+ width: 80%;
+ font-size: 142%;
+ padding: 1em 1.5em;
+ background: #DDDDFF;
+ font-weight: bold;
+}