This commit is contained in:
mco-system
2023-04-06 21:49:18 +11:00
parent 53c7e8ea1b
commit 4f767445d8
3 changed files with 29 additions and 5 deletions

View File

@@ -17,9 +17,6 @@
body {
background-color: #e6007e;
background-repeat: no-repeat;
background-size: auto;
background-position-x: center;
font-family: pfdintextcomppromedium;
}
@@ -107,5 +104,22 @@ img.logo {
height: 0;
border-left: 0.75em solid transparent;
border-right: 0.75em solid transparent;
border-bottom: 0.75em solid #000000;
border-bottom: 0.75em solid #1A000D;
}
p {
font-family: pfdintextcompprothin;
font-size: 1em;
color: #ffffff;
}
a {
color: #1A000D;
transition-property: color;
transition-duration: 1s;
text-decoration: wavy;
}
a:hover {
color: #ffffff;
}