Add files via upload

This commit is contained in:
Fernando Méndez 2021-03-15 16:28:04 +01:00 committed by GitHub
parent b46b3f8e18
commit b6e5ebfd49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,6 +193,9 @@ table a{
.code a { .code a {
text-decoration: underline; text-decoration: underline;
} }
.code ul {
color: #dadada;
}
.code img{ .code img{
/* width: 80px; height: 80px; */ /* width: 80px; height: 80px; */
width: 25%; width: 25%;
@ -208,6 +211,12 @@ table a{
font-size: 90%; font-size: 90%;
color: #d3ebff; color: #d3ebff;
} }
.code.details{
height: 750px;
}
.code.plan {
height: 1050px;
}
.blockquote { .blockquote {
border-left: solid 4px #dadada; border-left: solid 4px #dadada;