wip beta
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user