diff --git a/docs/introduction.md b/docs/introduction.md index 050a4ef..eeb3641 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -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*": ultra hidden flag Use your cursor and select the blank space between this line and the text above and you should find some hidden text! diff --git a/docs/stylesheets/extra.scss b/docs/stylesheets/extra.scss index b9bd280..990bdf1 100644 --- a/docs/stylesheets/extra.scss +++ b/docs/stylesheets/extra.scss @@ -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;