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 confirmation and success texts Created Jan. 3, 2018, 11:43 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
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;
+}
+

Powered by Google App Engine
This is Rietveld