commit ebe6c67b312502b3cacf89be99fb88ca3c59f2ff
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2016-04-28T02:49:55Z |
| subject | Changed the link color |
commit ebe6c67b312502b3cacf89be99fb88ca3c59f2ff
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2016-04-28T02:49:55Z
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 76be4c0..72c75c1 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;
}