Skip to content

Commit

Permalink
Create extra.css
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jul 21, 2024
1 parent 5ab98aa commit f9c83dc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/assets/style/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@import url('https://fonts.googleapis.com/css2?family=Manrope&display=swap');
@font-face {
font-family: "Manrope";
src: "fonts/manrope/manrope-regular.woff2";
}
:root {
--md-text-font: "Manrope";
}
.md-footer__inner {
display: none;
}
[data-md-color-scheme="geoid"] {
--md-primary-fg-color: rgb(0, 0, 15);
--md-primary-fg-color--light: #ffffff;
--md-primary-fg-color--dark: rgb(0, 0, 15);
}

0 comments on commit f9c83dc

Please sign in to comment.