mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-05-12 06:16:55 +00:00
updates
This commit is contained in:
+27
-1
@@ -15,6 +15,7 @@ html {
|
||||
background-size: cover;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
@@ -86,7 +87,32 @@ h1 {
|
||||
-moz-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
-moz-text-fill-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.fa-github {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.fa-discord {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.fa-keyboard {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ko-fi {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ko-fi::after {
|
||||
content: '\f004';
|
||||
font-weight: 900;
|
||||
font-size: 0.55em;
|
||||
color: #ff5e5b;
|
||||
position: absolute;
|
||||
margin: 0.75em 0 0 -1.6em;
|
||||
}
|
||||
|
||||
@media only screen
|
||||
and (max-width: 1000px) {
|
||||
|
||||
Reference in New Issue
Block a user