diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-14 16:02:34 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-14 16:02:48 -0600 |
commit | e2ff614dcee1225a53317e90d262817ca4b36b57 (patch) | |
tree | 6148c0487eb41fe857fe3307c5b8791679558be8 /public/assets | |
parent | 816165d16faec8692d3dbbd80bc6497f13f4997e (diff) | |
parent | 924a33cd51fe8baf3f325a5296e53bf823f90e10 (diff) |
make: Add a "please sponsor me" beg banner to the footer
Diffstat (limited to 'public/assets')
-rw-r--r-- | public/assets/style.css | 16 |
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; +} |