display legacy file

This commit is contained in:
Dennis Schoepf 2021-08-07 00:47:39 +02:00
parent db8763942f
commit 1e8516e254
4 changed files with 50 additions and 3 deletions

View file

@ -240,6 +240,21 @@ textarea {
margin: 1.5rem 0;
}
#info-message-contents-legacy {
p {
margin: 0;
font-size: 14px;
color: #4e4e4e;
font-style: italic;
}
pre {
background-color: black;
color: white;
padding: 0.5rem;
border-radius: 10px;
}
}
h4 {
text-transform: uppercase;
letter-spacing: 1px;