This commit is contained in:
Michał Gdula 2022-06-25 14:36:08 +01:00
parent eeede63f23
commit da699baf37
4 changed files with 24 additions and 18 deletions

View file

@ -86,11 +86,6 @@ a:visited {
span {
display: inline;
}
.gray-info {
font-style: italic;
opacity: 0.6;
}
.carty-colour {
color: #C29356;
font-weight: bold;
@ -111,3 +106,14 @@ span {
color: #542b00;
font-weight: bold;
}
.gray-info {
font-style: italic;
opacity: 0.6;
z-index: inherit;
}
.center {
margin-left: auto; margin-right: auto;
justify-content: center;
text-align: center;
}