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

Unified Diff: src/scss/_base.scss

Issue 29646555: Issue 6210 - Implement Subscription (Double-opt-in) template for newsletter (Closed)
Patch Set: Remove eRobinson feature Created Jan. 8, 2018, 11:02 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
« no previous file with comments | « package.json ('k') | src/scss/_form.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scss/_base.scss
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/scss/_base.scss
@@ -0,0 +1,12 @@
+/*******************************************************************************
+ * Base
+ ******************************************************************************/
+
+a,
+a:visited
+{
+ color: #077CA6;
+ text-decoration: underline;
+}
+
+abbr { text-decoration: none; }
« no previous file with comments | « package.json ('k') | src/scss/_form.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld