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
1 changed files with 9 additions and 0 deletions

View File

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