change text colors
This commit is contained in:
parent
187cb5d8df
commit
5bfaedfcaf
@ -55,7 +55,7 @@ html {
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
color: white;
|
color: #bfbfbf;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kernel {
|
.kernel {
|
||||||
@ -67,7 +67,7 @@ html {
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
color: white;
|
color: #bfbfbf;
|
||||||
}
|
}
|
||||||
|
|
||||||
.warning {
|
.warning {
|
||||||
@ -89,7 +89,7 @@ html {
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
color: white;
|
color: #bfbfbf;
|
||||||
}
|
}
|
||||||
|
|
||||||
fhead {
|
fhead {
|
||||||
@ -154,7 +154,7 @@ code {
|
|||||||
border-left-width: 4px;
|
border-left-width: 4px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
color: #e6e6e6;
|
color: #bfbfbf;
|
||||||
}
|
}
|
||||||
|
|
||||||
wiki {
|
wiki {
|
||||||
|
Loading…
Reference in New Issue
Block a user