Skip to content

Commit

Permalink
Merge pull request #221 from sankhadeepdutta/main
Browse files Browse the repository at this point in the history
Updated package logo and doc page color
  • Loading branch information
jakubnowicki committed Apr 18, 2024
2 parents fe47c9f + 2d17386 commit c51d041
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 21 deletions.
Binary file modified man/figures/shiny-fluent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 22 additions & 21 deletions pkgdown/extra.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
.navbar {
background-color: #4db894 !important;
:root {
--primary-color: #4AB76C;
}

#navbar > ul.navbar-nav > li.nav-item a:hover {
background-color: #4db894 !important;
.navbar {
background-color: var(--primary-color) !important;
}

.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.8) !important;

#navbar > ul.navbar-nav > li.nav-item > a {
color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .active > .nav-link {
background-color: #4db894 !important;
background-color: var(--primary-color) !important;
color: #fff !important;
}

.navbar-brand {
color: #fff !important;
}

#navbar > ul.navbar-nav > li.nav-item a:hover {
background-color: var(--primary-color) !important;
}

.navbar-dark input[type="search"] {
background-color: #fff !important;
color: #444 !important;
Expand All @@ -25,33 +34,25 @@ nav .text-muted {
}

a {
color: #4db894;
color: var(--primary-color);
}

a:hover {
color: #47a888;
color: #2c2b2b;
}

button.btn.btn-primary.btn-copy-ex {
background-color: #4db894;
border-color: #4db894;
}

.app-preview {
margin: 1.5em 0.75em;
padding: 0.25em;
box-shadow: 0 3.9px 4.6px rgba(0, 0, 0, 0.08),
0 12.3px 8.4px rgba(0, 0, 0, 0.056), 0 18.8px 19.2px rgba(0, 0, 0, 0.037),
0 22px 40px rgba(0, 0, 0, 0.019);
background-color: var(--primary-color);
border-color: var(--primary-color);
}

.home {
left: 0px;
position: absolute;
padding: 8px 30px;
color: rgba(255, 255, 255, 0.55);
color: rgba(255,255,255,0.55);
}

.home:hover {
color: rgba(255, 255, 255, 0.9);
color: rgba(255,255,255,0.9);
}
Binary file modified pkgdown/favicon/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/android-chrome-384x384.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/favicon.ico
Binary file not shown.

0 comments on commit c51d041

Please sign in to comment.