| Index: scss/_content.scss |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/scss/_content.scss |
| @@ -0,0 +1,11 @@ |
| +/******************************************************************************* |
| + * Content |
|
juliandoucette
2018/01/04 02:34:24
NIT/TOL: I'm not sure that we should put content s
ire
2018/01/04 11:14:42
Done.
|
| + ******************************************************************************/ |
| + |
| +a, |
| +a:visited |
| +{ |
| + color: #077CA6; |
| + text-decoration: underline; |
| +} |
| + |