Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions resources/assets/css/_document.css
Original file line number Diff line number Diff line change
Expand Up @@ -288,14 +288,14 @@ aside .heading-permalink {
.documentation-content h3 .heading-permalink,
.documentation-content h4 .heading-permalink,
main .documentation-content .heading-permalink {
@apply mr-3 text-theme-info-600 transition-default;
@apply mr-3 text-theme-primary-600 transition-default;
}

.documentation-content h2 .heading-permalink:hover,
.documentation-content h3 .heading-permalink:hover,
.documentation-content h4 .heading-permalink:hover,
main .documentation-content .heading-permalink:hover {
@apply no-underline text-theme-danger-400;
@apply no-underline text-theme-primary-700;
}

/* Gallery Grid */
Expand Down