We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdccd92 commit 9cce3edCopy full SHA for 9cce3ed
templates/bootstrap.hbs
@@ -95,8 +95,8 @@ pre .hljs {
95
text-overflow: ellipsis;
96
}
97
98
-.doxdox .menu .scope-private {
99
- opacity: 0.5;
+.doxdox .menu .scope-private a {
+ color: #8BAAC6;
100
101
102
.doxdox .bs-footer {
@@ -108,9 +108,6 @@ pre .hljs {
108
</style>
109
<script>
110
111
-/*jslint browser: true */
112
-/*globals $, hljs */
113
-
114
(function (w, d, f) {
115
116
'use strict';
0 commit comments