diff --git a/css/everest.css b/css/everest.css index f6de1b9..4fa5fa7 100644 --- a/css/everest.css +++ b/css/everest.css @@ -55,7 +55,7 @@ html { border-radius: 2px; padding: 4px; width: 50%; - color: white; + color: #bfbfbf; } .kernel { @@ -67,7 +67,7 @@ html { border-radius: 2px; padding: 4px; width: 50%; - color: white; + color: #bfbfbf; } .warning { @@ -89,7 +89,7 @@ html { border-radius: 2px; padding: 4px; width: 50%; - color: white; + color: #bfbfbf; } fhead { @@ -154,7 +154,7 @@ code { border-left-width: 4px; border-radius: 2px; padding: 2px; - color: #e6e6e6; + color: #bfbfbf; } wiki {