aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--styles.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 9c82699..be039c6 100644
--- a/styles.css
+++ b/styles.css
@@ -126,6 +126,7 @@ html, body {
margin-top: 30px;
}
.header span::before{
+ pointer-events: all;
content: "does ";
color: #fff;
animation: colorchange 5s infinite alternate;
@@ -270,3 +271,8 @@ color: #ff80a4;
html{
background-color: #202124;
}
+
+.go{
+ font-weight: 9000;
+ font-size: 120%;
+}