Index: scss/_content.scss |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/scss/_content.scss |
@@ -0,0 +1,11 @@ |
+/******************************************************************************* |
+ * Content |
+ ******************************************************************************/ |
+ |
+a, |
+a:visited |
+{ |
+ color: #077CA6; |
juliandoucette
2017/12/22 14:34:31
NIT: This color is darker than the one in the spec
|
+ text-decoration: underline; |
+} |
+ |