1
0
Fork 0

mod page cleanup

This commit is contained in:
Lethe Beltane 2023-01-21 21:54:19 -06:00
parent 5fdd4a36b0
commit 4dea9283c1
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
2 changed files with 36 additions and 3 deletions

View file

@ -32,10 +32,19 @@ p {
h1, code {
color: #cc99ff;
}
h2, b {
h2, b, p {
color: #D162A4;
}
.note {
text-align: center;
color: #cc99ff;
}
table {
width: 100%;
padding: 3px;
color: #ffffff;
}
td, span {
text-align: center;
}