summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-02-13 22:41:09 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-02-13 22:41:09 -0500
commitb6fbeb512405542af0aed11ca123b7ac8ee0b04d (patch)
tree8cd9a708af765c266c6810e78c68ae9003008030 /public/css
parentfix login redirect (diff)
downloadxssbook-b6fbeb512405542af0aed11ca123b7ac8ee0b04d.tar.gz
xssbook-b6fbeb512405542af0aed11ca123b7ac8ee0b04d.tar.bz2
xssbook-b6fbeb512405542af0aed11ca123b7ac8ee0b04d.zip
fix seo
Diffstat (limited to 'public/css')
-rw-r--r--public/css/main.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/public/css/main.css b/public/css/main.css
index 4819f38..d5ac0bf 100644
--- a/public/css/main.css
+++ b/public/css/main.css
@@ -28,16 +28,19 @@ body {
@font-face {
font-family: facebook;
src: url("../fonts/facebook.otf") format("opentype");
+ font-display: swap;
}
@font-face {
font-family: sfpro;
src: url("../fonts/sfpro.otf") format("opentype");
+ font-display: swap;
}
@font-face {
font-family: sfprobold;
src: url("../fonts/sfprobold.otf") format("opentype");
+ font-display: swap;
}
.logo {
@@ -322,14 +325,15 @@ form {
width: 100%;
}
-#load {
+#load, .cload {
width: 100%;
display: flex;
justify-content: center;
padding-bottom: 20px;
+ cursor: pointer;
}
-#load a:hover {
+#load span:hover, .cload span:hover {
border-bottom: var(--medium) 1px solid;
}