Skip to content

Commit febfd32

Browse files
authored
Merge pull request #6 from SpatLyu/dev
update docs
2 parents 2fd5086 + e31f12c commit febfd32

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
[![CRAN Release](https://www.r-pkg.org/badges/last-release/coupling)](https://CRAN.R-project.org/package=coupling)
77
[![CRAN Checks](https://badges.cranchecks.info/worst/coupling.svg)](https://cran.r-project.org/web/checks/check_results_coupling.html)
88
[![Downloads_all](https://badgen.net/cran/dt/coupling?color=orange)](https://CRAN.R-project.org/package=coupling)
9-
[![Downloads_month](https://cranlogs.r-pkg.org/badges/coupling)](https://CRAN.R-project.org/package=coupling)
9+
[![Downloads_month](https://cranlogs.r-pkg.org/badges/coupling)](https://CRAN.R-project.org/package=coupling) -->
1010
[![License](https://img.shields.io/badge/license-GPL--3-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-3.0.html)
1111
[![Lifecycle: experimental](https://lifecycle.r-lib.org/articles/figures/lifecycle-experimental.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
1212
[![R-CMD-check](https://github.com/stscl/coupling/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/stscl/coupling/actions/workflows/R-CMD-check.yaml)
13-
[![R-universe](https://stscl.r-universe.dev/badges/coupling?color=cyan)](https://stscl.r-universe.dev/coupling) -->
13+
[![R-universe](https://stscl.r-universe.dev/badges/coupling?color=cyan)](https://stscl.r-universe.dev/coupling)
1414

1515
<!-- badges: end -->
1616

pkgdown/extra.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ h1,h2,h3 {
1818
}
1919

2020
a, code a {
21-
color: #458f47;
21+
color: #a19586;
2222
}
2323

2424
a:hover, code a:hover {
25-
color: #2a68a1;
25+
color: #8ebc65;
2626
}
2727

2828
a:not([href]) {

0 commit comments

Comments
 (0)