summaryrefslogtreecommitdiff
path: root/public/assets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/style.css')
-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 e653c21..1033f57 100644
--- a/public/assets/style.css
+++ b/public/assets/style.css
@@ -147,3 +147,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;
+}