You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2015/09/24 18:07:56 UTC

svn commit: r1705093 - /lucene/cms/trunk/content/solr/assets/styles/base.css

Author: sarowe
Date: Thu Sep 24 16:07:56 2015
New Revision: 1705093

URL: http://svn.apache.org/viewvc?rev=1705093&view=rev
Log:
SOLR-8091: Darken Solr website base font color: #959693 -> #333333

Modified:
    lucene/cms/trunk/content/solr/assets/styles/base.css

Modified: lucene/cms/trunk/content/solr/assets/styles/base.css
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/assets/styles/base.css?rev=1705093&r1=1705092&r2=1705093&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/assets/styles/base.css (original)
+++ lucene/cms/trunk/content/solr/assets/styles/base.css Thu Sep 24 16:07:56 2015
@@ -323,7 +323,7 @@ p {
 
 .page h1 small, .subnav h1 small, h1.news small {
   font-size:0.4em;
-  color:#959693;
+  color:#333;
 }
 
 .page h2, .page h3 {
@@ -339,7 +339,7 @@ p {
 }
 
 .page p, .page ul li, .page ol li {
-  color:#959693;
+  color:#333;
 }
 
 .page a {
@@ -549,7 +549,7 @@ footer .copyright {
 }
 
 footer .copyright p {
-  color: #959693;
+  color: #333;
   font-size:0.7em;
   text-align:center;
 }
@@ -581,7 +581,7 @@ footer .copyright p {
 .gray .box p {
   font-size: 0.9em;
   line-height: 1.3em;
-  color:#959693;
+  color:#333;
 }
 
 .gray .box button {
@@ -596,7 +596,7 @@ footer .copyright p {
 
 .gray .box:hover {
   background:#fff;
-  border: 1px solid #959693;
+  border: 1px solid #333;
   cursor:pointer;
 }
 
@@ -722,7 +722,7 @@ section.list ul li {
 section.list ul li p {
   font-family: 'Helvetica Neue', sans-serif;
   font-weight:300;
-  color: #959693;
+  color: #333;
   margin-top: 10px;
   font-size: 0.8em;
 }
@@ -734,7 +734,7 @@ section.list ul li ul {
 section.list ul li ul li {
   font-family: 'Helvetica Neue', sans-serif;
   font-weight:300;
-  color: #959693;
+  color: #333;
   margin-top: 2px;
   font-size: 0.96em;
 }
@@ -986,4 +986,4 @@ ul li div.box div.img.logo-container.ora
 .full-width .gray .box.logo-box {
   position: relative; 
   border: 1px solid #CCC;
-}
\ No newline at end of file
+}