From e90176d49bc13bdbea16afc45e437270c5c3f20e Mon Sep 17 00:00:00 2001 From: Gaspard Jankowiak Date: Mon, 25 Feb 2013 11:28:34 +0100 Subject: [PATCH] style --- stylesheets/styles.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/stylesheets/styles.css b/stylesheets/styles.css index 4a2292b..1af1fdd 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -584,12 +584,16 @@ h3 { } a { - color: #ffcc00; + color: #ffcc00; /* yellow */ + /*color: #7777ff; blue */ + /*color: #33ff33; green */ font-weight: 400; text-decoration: none; } a:hover { - color: #ffeb9b; + color: #ffeb9b; /* yellow */ + /*color: #9999ff; blue */ + /*color: #99ff99; green */ } a small { @@ -687,7 +691,7 @@ td { hr { border: none; height: 1px; - background-color: #f0e7d5; + background-color: #555; margin: 0 0 20px; } @@ -852,3 +856,7 @@ section #title .credits.right { display: none; } } + +.MathJax_Display { + font-size: 18px; +}