Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-14 16:53:59 +02:00
committed by GitHub
parent fdf0a17edd
commit 62038f6f51
28 changed files with 348 additions and 167 deletions

View File

@ -297,7 +297,7 @@
.code a {
text-decoration: underline;
}
.code ul, .code ol {
.code ul, .code ol, .code li{
color: #dadada;
}
.code img{

View File

@ -296,7 +296,7 @@ main img {
.code a {
text-decoration: underline;
}
.code ul, .code ol {
.code ul, .code ol, .code li {
color: #dadada;
}
.code img{

View File

@ -49,7 +49,7 @@ table.seat td:first-child {
background:url('../../img/seat_green.png') no-repeat;
}
button, .black.button {
.black.button {
width: 100%;
height: 30px;
border: 1px solid #dadada;
@ -62,7 +62,7 @@ button, .black.button {
box-shadow: 2px 2px #1f2c3d;
cursor: pointer;
}
button:hover, .black.button:hover {
.black.button:hover {
border:#000000;
background-color: #791515;
}