Index: scss/_content.scss |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/scss/_content.scss |
@@ -0,0 +1,9 @@ |
+/******************************************************************************* |
+ * Content |
+ ******************************************************************************/ |
+ |
+a |
juliandoucette
2017/12/21 22:06:51
NIT: should be `.content a` if you are trying to b
ire
2017/12/22 10:33:26
I'm not using the .content class here. This should
juliandoucette
2017/12/22 13:32:23
You were at the time https://codereview.adblockplu
|
+{ |
+ text-decoration: underline; |
+} |
+ |