87 lines
665 B
CSS
87 lines
665 B
CSS
.wy-nav-content {
|
|
max-width: 100%;
|
|
}
|
|
.black {
|
|
color: black;
|
|
}
|
|
|
|
.gray {
|
|
color: gray;
|
|
}
|
|
|
|
.grey {
|
|
color: gray;
|
|
}
|
|
|
|
.silver {
|
|
color: silver;
|
|
}
|
|
|
|
.white {
|
|
color: white;
|
|
}
|
|
|
|
.maroon {
|
|
color: maroon;
|
|
}
|
|
|
|
.red {
|
|
color: red;
|
|
}
|
|
|
|
.magenta {
|
|
color: magenta;
|
|
}
|
|
|
|
.fuchsia {
|
|
color: fuchsia;
|
|
}
|
|
|
|
.pink {
|
|
color: pink;
|
|
}
|
|
|
|
.orange {
|
|
color: orange;
|
|
}
|
|
|
|
.yellow {
|
|
color: yellow;
|
|
}
|
|
|
|
.lime {
|
|
color: lime;
|
|
}
|
|
|
|
.green {
|
|
color: green;
|
|
}
|
|
|
|
.olive {
|
|
color: olive;
|
|
}
|
|
|
|
.teal {
|
|
color: teal;
|
|
}
|
|
|
|
.cyan {
|
|
color: cyan;
|
|
}
|
|
|
|
.aqua {
|
|
color: aqua;
|
|
}
|
|
|
|
.blue {
|
|
color: blue;
|
|
}
|
|
|
|
.navy {
|
|
color: navy;
|
|
}
|
|
|
|
.purple {
|
|
color: purple;
|
|
}
|
|
|