Skip to content

Commit

Permalink
change highlighting, remove navbar shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
boonboonsiri committed Mar 20, 2024
1 parent caff2a0 commit 8d9f05d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@
@import 'Sticker';
@import 'Carousel';
@import 'index';
// @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
// html * {
// font-family: "Work Sans", sans-serif;
// }


.navbar {
box-shadow: none;
}

::selection {
color: black;
background: #007bffbe;
}
/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #007bffbe;
Expand Down

0 comments on commit 8d9f05d

Please sign in to comment.