Skip to content

Commit

Permalink
Font 1
Browse files Browse the repository at this point in the history
  • Loading branch information
tay committed Oct 15, 2024
1 parent 8fd7ca5 commit 43e7bf0
Showing 1 changed file with 2 additions and 27 deletions.
29 changes: 2 additions & 27 deletions static/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ body {
@import url("https://fonts.googleapis.com/css2?family=Vujahday+Script&display=swap");

body {
font-family: sans-serif;
font-family: "Vujahday Script", cursive; /* Use only Vujahday Script */
font-size: 18px;
font-weight: 360;
color: #888;
Expand All @@ -55,34 +55,11 @@ body {
}

body.dark-mode {
font-family: "Vujahday Script", cursive;
font-size: 18px;
font-weight: 360;
color: #888;
line-height: 30px;
text-align: center;
background-size: cover;
background-color: #36454f;
background-image: url("../imgs/backgrounds/vecteezy_abstract-purple-gradient-texture-with-geometric-elements_7355486.jpg");
}

body.custom-font {
font-family: "Vujahday Script", cursive;
}

.font-toggle-button {
padding: 10px 20px;
border: none;
background-color: #007bff;
color: white;
cursor: pointer;
transition: background-color 0.3s;
}

.font-toggle-button:hover {
background-color: #0056b3;
}

body.dark-mode a {
color: #80b3ff;
}
Expand Down Expand Up @@ -388,11 +365,9 @@ section:hover {

/* Button hover effect */
.enter-button:hover {
background-color: #c4a1e1; /* Slightly darker shade for hover */
background-color: #c4a1e1; /* Slightly darker shade for hover */
}



@media (max-width: 768px) {
body {
font-size: 14px;
Expand Down

0 comments on commit 43e7bf0

Please sign in to comment.