Skip to content

Commit

Permalink
deploy: ef83eed
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal committed Mar 19, 2024
1 parent 69a416c commit f9d6b55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doxygen-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ p.reference, p.definition {
a:link, a:visited, a:hover, a:focus, a:active {
color: var(--primary-color) !important;
font-weight: 500;
background: none;
}

a.anchor {
Expand Down Expand Up @@ -806,6 +807,10 @@ html.dark-mode iframe#MSearchResults {
line-height: var(--tree-item-height);
}

#nav-tree .item > a:focus {
outline: none;
}

#nav-sync {
bottom: 12px;
right: 12px;
Expand Down Expand Up @@ -843,6 +848,7 @@ html.dark-mode iframe#MSearchResults {

#nav-tree .arrow {
opacity: var(--side-nav-arrow-opacity);
background: none;
}

.arrow {
Expand Down

0 comments on commit f9d6b55

Please sign in to comment.