Skip to content

Commit

Permalink
Maybe this will work. Maybe it won't.
Browse files Browse the repository at this point in the history
  • Loading branch information
grownuphacker committed Jul 10, 2024
1 parent 6c32de7 commit d0b539e
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ Here is the flag for the challenge "Getting Started: WTF is a CTF?"

Copy and paste that into the appropriate challenge on your scoreboard page.

Let's try a harder one. Your clue is "The next flag *requires selection*":
Let's try a harder one. This platform is limited, so make sure you're on Light Mode (Click the "Sun Icon" next to the search page until the background of this site is WHITE).

Your clue is "The next flag *requires selection*":
<span style="color:white">ultra hidden flag</span>
Use your cursor and select the blank space between this line and the text above and you should find some hidden text!

Expand Down
43 changes: 43 additions & 0 deletions docs/stylesheets/extra.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,50 @@
}

// ----------------------------------------------------------------------------
// Who knows if this will work: Love, Abe
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,900;1,400&display=swap');

.poppins-light {
font-family: "Poppins", sans-serif;
font-weight: 300;
font-style: normal;
}

.poppins-regular {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
}

.poppins-medium {
font-family: "Poppins", sans-serif;
font-weight: 500;
font-style: normal;
}

.poppins-semibold {
font-family: "Poppins", sans-serif;
font-weight: 600;
font-style: normal;
}

.poppins-black {
font-family: "Poppins", sans-serif;
font-weight: 900;
font-style: normal;
}

.poppins-regular-italic {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: italic;
}

:root {
/* Font definitions */
--md-font-body: "Poppins", sans-serif; /* Default font */
--md-font-title: "Poppins", sans-serif; /* Title font */
}
// Allow to explicitly use color schemes in nested content
[data-md-color-scheme="default"] {
@extend %root;
Expand Down

0 comments on commit d0b539e

Please sign in to comment.