Skip to content

Commit aafb6a6

Browse files
Update version number coloring
1 parent 9527504 commit aafb6a6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

extra.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
--nav-bkg: #023047; /* nav bar background */
55
--nav-link: #8ecae6; /* nav bar link color */
66
--nav-higl: #219ebc; /* nav active and highlight */
7-
--ver-norm: #023047; /* pkg version background - release version */
7+
--ver-norm: #219ebc; /* pkg version background - release version */
88
--ver-devp: #d7263d; /* pkg version background - dev version */
99

1010
--pg-header: #023047; /* heading color & text links */
@@ -41,9 +41,12 @@
4141
}
4242

4343
/* Package version */
44-
.badge-danger {
45-
color: #fff;
46-
background-color: var(--ver-devp);
44+
small.text-danger {
45+
color: var(--ver-devp) !important;
46+
}
47+
48+
small.text-muted {
49+
color: var(--ver-norm) !important;
4750
}
4851

4952
/* Color of links in navbar and hover links */

0 commit comments

Comments
 (0)