From 310d4a6fc486ac4cdbe0c34fc22650a68274ec43 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 3 May 2015 10:42:19 -0700 Subject: [PATCH] Make link to MDN in filter guide stand out better. #398 --- src/General/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/General/css/style.css b/src/General/css/style.css index 5ed05bffe..b82ebe3e7 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -530,6 +530,9 @@ div[data-checked="false"] > .suboption-list { .section-filter textarea { height: 500px; } +.section-filter a { + text-decoration: underline; +} .section-sauce textarea { height: 350px; }