This commit is contained in:
mco-system 2023-04-06 22:02:03 +11:00
parent c8a431a060
commit fd5382f7c4
1 changed files with 7 additions and 1 deletions

View File

@ -111,10 +111,16 @@ img.logo {
font-size: 2em; font-size: 2em;
font-family: pfdintextcompprothin; font-family: pfdintextcompprothin;
color: #ffffff; color: #ffffff;
width: 40em; width: 30em;
}
#blah > p {
margin-top: 1em;
} }
a { a {
font-family: pfdintextcomppromedium;
font-weight: bold;
color: #1A000D; color: #1A000D;
transition-property: color; transition-property: color;
transition-duration: 1s; transition-duration: 1s;