Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
andis-sprinkis committed Dec 30, 2024
1 parent 8521fe8 commit 35b9555
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion site/documents/styles.css/_block_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
--bg-color-tooltip: var(--text-color);
--text-color-tooltip: var(--bg-color);
--padding-tooltip: var(--padding-button);
--border-radius-tooltip: 0.38125em;
--border-radius-tooltip: 0.28em;
--border-tooltip: 0.1em solid var(--bg-color);
--position-left-tooltip: 0;
--position-top-tooltip: calc(1.25 * var(--line-height-em));
Expand Down Expand Up @@ -244,6 +244,10 @@ abbr[title]:focus::after {
z-index: var(--z-index-tooltip);
}

abbr:hover {
color: var(--text-color-link-hover);
}

@media print {
abbr {
text-decoration: none;
Expand Down

0 comments on commit 35b9555

Please sign in to comment.