Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: scss/_content.scss

Issue 29646555: Issue 6210 - Implement Subscription (Double-opt-in) template for newsletter (Closed)
Patch Set: Update privacy policy link Created Dec. 22, 2017, 11:44 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
+}
+

Powered by Google App Engine
This is Rietveld