rewriting installation guide
This commit is contained in:
@@ -45,6 +45,28 @@ html {
|
||||
background-color: #1E1E1E;
|
||||
}
|
||||
|
||||
.file {
|
||||
background-color: #0F0F0F;
|
||||
border-left-style: solid;
|
||||
border-left-color: MediumSeaGreen;
|
||||
border-width: 4px;
|
||||
border-radius: 2px;
|
||||
padding: 4px;
|
||||
width: 50%;
|
||||
color: white;
|
||||
}
|
||||
|
||||
fhead {
|
||||
background-color: #0F0F0F;
|
||||
border-left-style: solid;
|
||||
border-left-color: MediumSeaGreen;
|
||||
border-width: 4px;
|
||||
border-radius: 2px;
|
||||
padding: 6px;
|
||||
width: 50%;
|
||||
color: MediumSeaGreen;
|
||||
}
|
||||
|
||||
@media screen and (max-height: 450px) {
|
||||
.sidenav {padding-top: 15px;}
|
||||
.sidenav a{font-size: 18px;}
|
||||
@@ -57,7 +79,7 @@ body {
|
||||
|
||||
code {
|
||||
font-family: monospace;
|
||||
background-color: black;
|
||||
background-color: #0F0F0F;
|
||||
border-left-style: solid;
|
||||
border-left-width: 4px;
|
||||
border-radius: 2px;
|
||||
@@ -65,6 +87,22 @@ code {
|
||||
color: #e6e6e6;
|
||||
}
|
||||
|
||||
wiki {
|
||||
border-left-style: solid;
|
||||
border-left-width: 4px;
|
||||
border-radius: 2px;
|
||||
padding: 2px;
|
||||
border-color: Tomato;
|
||||
}
|
||||
|
||||
file {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-radius: 2px;
|
||||
padding: 2px;
|
||||
border-color: black;
|
||||
}
|
||||
|
||||
h2 {
|
||||
border-left-style: solid;
|
||||
border-color: #4a86e8ff;
|
||||
@@ -94,9 +132,9 @@ p {
|
||||
color: #e6e6e6;
|
||||
}
|
||||
|
||||
strong {
|
||||
/* strong {
|
||||
color: #e6e6e6;
|
||||
}
|
||||
} */
|
||||
|
||||
i {
|
||||
color: #e6e6e6;
|
||||
|
||||
Reference in New Issue
Block a user