Skip to content

Commit 7368fc7

Browse files
committed
fix styles
1 parent 2aaeb35 commit 7368fc7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

site/lib/_sass/components/_tooltip.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
position: relative;
33

44
a.tooltip-target:has(+.tooltip) {
5-
text-decoration: underline dotted;
5+
text-decoration: underline;
6+
text-decoration-style: dotted;
67
}
78

89
.tooltip {
@@ -58,4 +59,4 @@
5859
}
5960
}
6061

61-
}
62+
}

site/lib/src/style_hash.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// dart format off
33

44
/// The generated hash of the `main.css` file.
5-
const generatedStylesHash = 'ukol6oECbi3R';
5+
const generatedStylesHash = 'kRoCS1Xxb9ee';

0 commit comments

Comments
 (0)