text color changed, removed top border from menu

This commit is contained in:
DeltaLima 2023-06-18 16:21:58 +02:00
parent 2cc939b800
commit 749c45d2e9
2 changed files with 11 additions and 7 deletions

View File

@ -22,7 +22,7 @@ Module: style.css
border-bottom: 2px solid #333333;
padding: 5px 0 5px 5px;
margin-bottom: .5em;
border-top: 5px solid #2D2D2D;
/* border-top: 5px solid #2D2D2D; */
}
#column ul li, #column p { font-size: 14px }

View File

@ -14,7 +14,7 @@ html {
}
body {
color: #999999;
color: #CCCCCC;
padding: 0;
text-align: center;
/*background: #315A94;*/
@ -30,7 +30,7 @@ blockquote {
margin: 1em 1em;
padding: 0 10px;
/*border-left: 10px solid white;*/
border-left: 10px solid #a8a8a8;
border-left: 10px solid #444444;
}
pre, code {
@ -39,11 +39,15 @@ pre, code {
}
pre {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
/* border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd; */
/*background-color: #efefef;*/
background-color: #a8a8a8;
color: black;
/* background-color: #a8a8a8;*/
/*border-bottom: 1px solid #555;*/
border: 1px solid #555;
background-color: #444444;
color: #CCCCCC;
overflow: auto;
width: 90%;
margin: 1em 1em;