Skip to content

Commit be43ed5

Browse files
authored
Fix hover link in Documentation section (#26)
1 parent 9fdb76d commit be43ed5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/css/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,10 @@ a.examples-block:hover {
210210
color: #2C2E34;
211211
}
212212

213+
.dialog:hover a {
214+
color: #2C2E34;
215+
}
216+
213217
.dialog p {
214218
font-size: 0.85rem;
215219
line-height: 1.5;

0 commit comments

Comments
 (0)