Skip to content

Commit 738fb33

Browse files
authored
Merge pull request #188 from DefangLabs/linda-style-fix-1
Update minor styling
2 parents c934a71 + 4d1b5a3 commit 738fb33

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

docusaurus.config.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,16 @@ const config = {
2020
],
2121
title: 'Defang',
2222
tagline: 'A radically simpler way to build and deploy production-ready cloud apps',
23-
favicon: 'https://www.google.com/s2/favicons?domain=defang.io',
24-
23+
favicon: '/img/favicon.ico',
24+
headTags: [
25+
{
26+
tagName: 'link',
27+
attributes: {
28+
rel: 'icon',
29+
href: '/img/tab_icon.svg',
30+
},
31+
},
32+
],
2533
// Set the production URL of your site here
2634
url: 'https://docs.defang.io/',
2735
// Set the /<baseUrl>/ pathname under which your site is served

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ img.unstyled {
117117
background-size: 200% 100%;
118118
background-position: 0 0;
119119
background-repeat: repeat-x;
120-
background-image: linear-gradient(131deg, rgba(80, 54, 163, .67), rgba(63, 178, 175, .67) 50%, rgba(80, 54, 163, .67));
120+
background-image: linear-gradient(131deg, rgba(1, 30, 80, 0.9), rgba(21, 103, 251, 0.9) 50%, rgba(1, 30, 80, 0.9));
121121
margin-right: 1rem;
122122
display: inline-block;
123123
font-size: smaller;

static/img/tab-icon.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)