mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
variant: switch color in breadcrumb in Chrome #213
This commit is contained in:
parent
7d09e09ea9
commit
a847d8f7bc
2 changed files with 6 additions and 2 deletions
|
@ -1050,8 +1050,8 @@ span.nav i{
|
|||
cursor: text;
|
||||
}
|
||||
|
||||
a[aria-disabled="true"] {
|
||||
color: inherit;
|
||||
#body a[aria-disabled="true"] {
|
||||
color: #101010; /* var(--MAIN-TEXT-color) - inherit is not processed correctly in Chrome */
|
||||
pointer-events: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
|
@ -184,6 +184,10 @@ body #topbar {
|
|||
background-color: var(--INTERNAL-MAIN-BG-color);
|
||||
}
|
||||
|
||||
#body a[aria-disabled="true"] {
|
||||
color: var(--INTERNAL-MAIN-TEXT-color);
|
||||
}
|
||||
|
||||
.copy-to-clipboard-button {
|
||||
background-color: var(--INTERNAL-CODE-INLINE-BG-color);
|
||||
border-color: var(--INTERNAL-CODE-INLINE-BORDER-color);
|
||||
|
|
Loading…
Reference in a new issue