* adjust color
@@ -847,7 +847,7 @@ label{
// Page title
.bg-title{
- background:$white;
+ background: $extralight;
overflow:hidden;
padding:15px 15px 10px;
margin-bottom:25px;
@@ -11,7 +11,7 @@ $basefont2: Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN'
/*Theme Colors*/
$topbar:#3c4451;
$sidebar:#4F5467;
-$bodycolor:#f4f6f8;
+$bodycolor:#fff;
$headingtext: #2b2b2b;
$bodytext: #686868;
$sidebar-text:#54667a;
@@ -23,16 +23,20 @@
}
- .like-button {
+ .like-button, .bookmark-link {
+ border: none;
font-size: 1.2em;
line-height: 0.8em;
+ &:not(:hover) {
+ background-color: transparent;
+ }
+ .like-button {
&.active {
@extend .btn-info;
.bookmark-link {
- font-size: 1.2em;
- line-height: 0.8em;
@extend .btn-warning;
@@ -86,8 +90,8 @@
top: 0;
left: 0;
padding: 5px 20px;
- // z-index: 1039;
- // background: rgba(255, 255, 255, .9);
+ z-index: 15; // over the .sidebar
+ background: rgba(white, .9);
box-shadow: 0 0px 2px #999;
h1 {
@@ -21,7 +21,7 @@
@import 'layout_crowi-plus';
// @import 'page_list';
@import 'page';
-// @import 'page_crowi-plus';
+@import 'page_crowi-plus';
// @import 'portal';
@import 'search';
@import 'shortcuts';