Skip to content

Commit

Permalink
Merge pull request #279 from biothings/redesign
Browse files Browse the repository at this point in the history
Redesign
  • Loading branch information
marcodarko authored Aug 12, 2024
2 parents 6fbffe5 + c879b57 commit ef983a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 35 deletions.
4 changes: 0 additions & 4 deletions nuxt-app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@ useHead({
rel: "shortcut icon",
href: "/favicon.ico",
},
{
rel: "manifest",
href: "@/assets/img/dde/site.webmanifest",
},
{
rel: "stylesheet",
href: "https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap",
Expand Down
7 changes: 0 additions & 7 deletions nuxt-app/assets/css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 5 additions & 24 deletions nuxt-app/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,14 @@
--dde-accent: #d83f87;
--dde-accent-muted: #ffd4e8;
--dde-mid-muted: #dfd7ff;
--font-family-sans-serif: "Quicksand", sans-serif;
}

@font-face {
font-family: "Quick";
src: url("/fonts/Quicksand.ttf") format("ttf");
font-weight: ;
body{
font-family: "Quicksand", sans-serif;
font-optical-sizing: auto;
font-weight: normal;
font-style: normal;
font-display: swap;
}

body {
font-family: "Quick" sans-serif !important;
}

.bg-dde-dark {
Expand Down Expand Up @@ -889,21 +885,6 @@ span.fa-stack:hover > svg:nth-child(1) {
.bg-10 {
background: #000000 !important;
}

.gradientVertical {
background: #63296b;
background: -moz-linear-gradient(top, #63296b 0%, #4a7d8f 100%);
background: -webkit-linear-gradient(top, #63296b 0%, #4a7d8f 100%);
background: linear-gradient(to bottom, #63296b 0%, #4a7d8f 100%);
filter: progid:DXImageTransform.Microsoft.gradient startColorstr=#63296b,endColorstr=#4a7d8f,GradientType=0;
}
.gradientHorizontal {
background: #63296b;
background: -moz-linear-gradient(left, #63296b 0%, #4a7d8f 100%);
background: -webkit-linear-gradient(left, #63296b 0%, #4a7d8f 100%);
background: linear-gradient(to right, #63296b 0%, #4a7d8f 100%);
filter: progid:DXImageTransform.Microsoft.gradient startColorstr=#63296b,endColorstr=#4a7d8f,GradientType=1;
}
.animatedBack {
background: linear-gradient(270deg, #63296b, #4a7d8f);
background-size: 400% 400%;
Expand Down

0 comments on commit ef983a4

Please sign in to comment.