@@ -134,26 +134,12 @@
.link-growi-org {
font-size: smaller;
font-weight: bold;
- color: rgba(black, 0.4);
&,
.growi,
.org {
transition: color 0.8s;
}
-
- &:hover,
- &.focus {
- color: black;
- .growi {
- color: darken($growi-green, 20%);
- }
- .org {
- color: darken($growi-blue, 15%);
.link-switch {
@@ -179,7 +165,7 @@
position: absolute;
bottom: 9px;
- z-index: 2;
+ z-index: 3;
// To adjust the behavior, this problem is not solved.
@@ -138,6 +138,33 @@ ul.pagination {
+
+ .btn-fill {
+ .btn-label {
+ color: #ccc;
+ }
+ .btn-label-text {
+ color: #aaa;
+ // footer link text
+ .link-growi-org {
+ color: rgba(white, 0.4);
+ &:hover,
+ &.focus {
+ color: rgba(white, 0.7);
+ .growi {
+ color: darken($growi-green, 5%);
+ .org {
+ color: darken($growi-blue, 5%);
/*
@@ -81,6 +81,24 @@ $table-hover-bg: $bgcolor-table-hover;
+ color: rgba(black, 0.4);
+ color: black;
+ color: darken($growi-green, 20%);
+ color: darken($growi-blue, 15%);