aboutsummaryrefslogtreecommitdiffstats
path: root/mnmlist/compass/src/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'mnmlist/compass/src/main.scss')
-rw-r--r--mnmlist/compass/src/main.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/mnmlist/compass/src/main.scss b/mnmlist/compass/src/main.scss
index 5ca45ee..5ea8d8d 100644
--- a/mnmlist/compass/src/main.scss
+++ b/mnmlist/compass/src/main.scss
@@ -118,6 +118,20 @@ header {
}
}
+.note {
+ background: #efefef;
+ margin: 1em 0;
+ p {
+ display: inline;
+ &.first {
+ font-weight: bold;
+ &:after {
+ content: ' : ';
+ }
+ }
+ }
+}
+
footer {
background: #fff;
color: #666;