aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index 67537a82..46264279 100755
--- a/css/style.css
+++ b/css/style.css
@@ -12,8 +12,7 @@ html, body {
body {
text-align: justify;
- font: normal .8em/1.5em Cambria, Georgia, "Trebuchet MS", Verdana, sans-serif;
-
+ font: 400 0.85em Cambria, Georgia, "Trebuchet MS", Verdana, sans-serif;
}
code, pre {
@@ -109,6 +108,11 @@ li {
a:link, a:visited {
color: #003399;
+ text-decoration:none
+}
+
+a:hover {
+ color: blue;
}
dt {
bgstack15