From ebe6c67b312502b3cacf89be99fb88ca3c59f2ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Thu, 28 Apr 2016 10:49:55 +0800 Subject: [PATCH] Changed the link color --- botanjs/src/Astro/Penguin/Layout/MainFrame.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botanjs/src/Astro/Penguin/Layout/MainFrame.css b/botanjs/src/Astro/Penguin/Layout/MainFrame.css index 76be4c05..72c75c14 100644 --- a/botanjs/src/Astro/Penguin/Layout/MainFrame.css +++ b/botanjs/src/Astro/Penguin/Layout/MainFrame.css @@ -21,7 +21,7 @@ pre { font-family: monospace; } p { padding: 0.25em 0.5em; } a { - color: #333; + color: #00E; text-decoration: none; }