Colourscheme + add fontawesome

Probably overkill but hey :P
This commit is contained in:
2020-04-23 16:48:44 +01:00
parent 21bbb417a5
commit 7a90646ac3
5 changed files with 4411 additions and 18 deletions

View File

@@ -1,5 +1,9 @@
body {
background: #202226;
color: #00ADFF;
}
.bigimage {
transform: skew(-20deg);
transform: skew(-10deg);
color: white;
padding: 2em;
height: 50vh;
@@ -25,7 +29,7 @@ img.background {
filter: blur(0);
}
a.button {
transform: skew(20deg);
transform: skew(10deg);
color: white;
touch-callout: none;
user-select: none;