summaryrefslogtreecommitdiff
path: root/www/wiki/skins/bo/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/skins/bo/bootswatch.less')
-rwxr-xr-xwww/wiki/skins/bo/bootswatch.less8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/wiki/skins/bo/bootswatch.less b/www/wiki/skins/bo/bootswatch.less
index 4cc3a67c..17a6b033 100755
--- a/www/wiki/skins/bo/bootswatch.less
+++ b/www/wiki/skins/bo/bootswatch.less
@@ -16,6 +16,8 @@ font-family: 'Roboto Mono', monospace;
/* to do: fix web-font-path */
// @import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:100,100i,300,300i,400,400i,500,500i,700,700i,800,800i,900,900i|Alegreya:400,400i,500,500i,700,700i,800,800i,900,900i|Roboto+Mono:400,500,700');
+// @import url('https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css');
+
@web-font-path: "https://fonts.googleapis.com/css?family=Alegreya+Sans:100,300,300i,400,400i,500,500i,700,700i,800,900|Alegreya:400,400i,500,500i,700,700i,800,900|Roboto+Mono";
.web-font(@path) {
@@ -250,7 +252,7 @@ a.list-group-item {
&.active {
background-color: @state-warning-bg;
}
-
+
&.active:hover,
&.active:focus {
background-color: darken(@state-warning-bg, 5%);
@@ -261,7 +263,7 @@ a.list-group-item {
&.active {
background-color: @state-danger-bg;
}
-
+
&.active:hover,
&.active:focus {
background-color: darken(@state-danger-bg, 5%);
@@ -277,4 +279,4 @@ a.list-group-item {
.popover {
color: @text-color;
-} \ No newline at end of file
+}