Index: src/scss/_content.scss |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/src/scss/_content.scss |
@@ -0,0 +1,19 @@ |
+/******************************************************************************* |
+ * Content |
+ ******************************************************************************/ |
+ |
+.content |
+{ |
+ p { margin: 1em 0em; } |
+ |
+ a, |
+ a:visited |
+ { |
+ color: $secondary; |
+ text-decoration: underline; |
+ } |
+ |
+ abbr { text-decoration: none; } |
+ |
+ .color-secondary { color: $secondary; } |
+} |