From f37bad97ecd7d4203d7e13760055735ce583f8dd Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Sat, 4 Jun 2016 15:27:47 -0700 Subject: [PATCH] highlight target id to make link#id behavior more apparent suggested by @LeoFNaN at https://github.com/github/choosealicense.com/pull/411#issuecomment-223729386 --- assets/css/application.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/application.scss b/assets/css/application.scss index 02ae702..b6370ba 100644 --- a/assets/css/application.scss +++ b/assets/css/application.scss @@ -66,6 +66,10 @@ strong { color: #444; } +:target { + background-color: yellow; +} + .container { margin: 40px auto; width: 940px;