Skip to content

Commit f42dfc7

Browse files
committed
📦 add fizzy-docs-modules
1 parent c6ee00d commit f42dfc7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

‎bower.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
],
1818
"dependencies": {
1919
"normalize-css": "^5.0.0",
20-
"huebee": "^1.0.0"
20+
"huebee": "^1.0.0",
21+
"fizzy-docs-modules": "metafizzy/fizzy-docs-modules"
2122
}
2223
}

‎css/fizzy-docs-modules-overwrites.css‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,19 +85,17 @@
8585
/* ---- metafizzy-brand ---- */
8686

8787
.metafizzy-logo {
88-
width: 40px;
8988
margin-right: 5px;
9089
}
9190

9291
.metafizzy-wordmark {
93-
width: 160px;
9492
}
9593

9694
.metafizzy-brand__link {
9795
display: inline-block;
9896
}
9997

100-
.metafizzy-wordmark,
98+
.metafizzy-wordmark path,
10199
.metafizzy-logo__outline,
102100
.metafizzy-logo__eyes-nose { fill: white; }
103101

@@ -109,7 +107,7 @@
109107

110108
.metafizzy-brand__link:hover { text-decoration: none; }
111109

112-
.metafizzy-brand__link:hover .metafizzy-wordmark,
110+
.metafizzy-brand__link:hover .metafizzy-wordmark path,
113111
.metafizzy-brand__link:hover .metafizzy-logo__outline,
114112
.metafizzy-brand__link:hover .metafizzy-logo__eyes-nose { fill: #555; }
115113

0 commit comments

Comments
 (0)