aboutsummaryrefslogtreecommitdiff
path: root/www/html/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/html/style.css')
-rw-r--r--www/html/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/html/style.css b/www/html/style.css
index ae35f45..8f3f338 100644
--- a/www/html/style.css
+++ b/www/html/style.css
@@ -130,6 +130,11 @@ div.welcome h1 {
.news {
color: white;
}
+.highlight-box {
+ margin: 1rem 0;
+ padding: 1rem;
+ border: 1pt solid var(--highlight)
+}
section {
background-color: var(--background-secondary);
max-width: 50rem;