File: 006-bootswatch-yeti-bs5.patch

package info (click to toggle)
r-cran-bslib 0.9.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,412 kB
  • sloc: javascript: 13,349; makefile: 33; sh: 23
file content (15 lines) | stat: -rw-r--r-- 517 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/inst/lib/bsw5/dist/yeti/_bootswatch.scss b/inst/lib/bsw5/dist/yeti/_bootswatch.scss
index d3fd185..3307d49 100644
--- a/inst/lib/bsw5/dist/yeti/_bootswatch.scss
+++ b/inst/lib/bsw5/dist/yeti/_bootswatch.scss
@@ -78,6 +78,10 @@ $web-font-path: "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,
     border-color: shade-color($primary, 10%);
   }
 
+  &-default {
+    border-color: shade-color($secondary, 10%);
+  }
+
   &-secondary {
     border-color: shade-color($secondary, 10%);
   }