diff --git a/docs/stylesheets/noticeboard.css b/docs/stylesheets/noticeboard.css new file mode 100644 index 0000000..767fd20 --- /dev/null +++ b/docs/stylesheets/noticeboard.css @@ -0,0 +1,14 @@ +#noticeboard { + font-size: 1.2em; +} + +#noticeboard h2 { + background: #222; + color: #fff; + padding: 0.4em 0.8em; + border-radius: 8px; +} + +#noticeboard li { + margin: 0.4em 0; +}