Add files via upload

This commit is contained in:
Fernando Méndez
2021-03-08 20:32:13 +01:00
committed by GitHub
parent 2ec8d15cf4
commit 1476ad23ed
2 changed files with 55 additions and 48 deletions

View File

@ -132,6 +132,13 @@ table a{
}
}
/* Zoom */
.zoom {
transition: transform .2s;
}
.zoom:hover {
transform: scale(1.05);
}
/* Code & Blockquote */
.code {