mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-01 23:56:38 +00:00
deploy: df6df4c3e1
This commit is contained in:
parent
0aadc24f52
commit
31e3f9a18f
263 changed files with 7071 additions and 7056 deletions
css
|
@ -417,12 +417,29 @@ dd {
|
|||
}
|
||||
}
|
||||
|
||||
.topbar-breadcrumbs a:hover,
|
||||
.topbar-breadcrumbs a:active,
|
||||
.topbar-breadcrumbs a:focus,
|
||||
.topbar-breadcrumbs a:hover *,
|
||||
.topbar-breadcrumbs a:active *,
|
||||
.topbar-breadcrumbs a:focus *,
|
||||
#R-topbar a:hover:empty,
|
||||
#R-topbar a:active:empty,
|
||||
#R-topbar a:focus:empty,
|
||||
#R-topbar a:hover :not(i),
|
||||
#R-topbar a:active :not(i),
|
||||
#R-topbar a:focus :not(i),
|
||||
#R-topbar button:hover :not(i),
|
||||
#R-topbar button:active :not(i),
|
||||
#R-topbar button:focus :not(i),
|
||||
#R-topbar .title:hover,
|
||||
#R-topbar .title:active,
|
||||
#R-topbar .title:focus,
|
||||
.topbar-content a:hover,
|
||||
.topbar-content a:active,
|
||||
.topbar-content a:focus,
|
||||
article a:hover,
|
||||
article a:active,
|
||||
article a:focus,
|
||||
article a:hover .copy-to-clipboard,
|
||||
article a:active .copy-to-clipboard,
|
||||
article a:focus .copy-to-clipboard {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.topbar-content a:hover,
|
||||
.topbar-content a:active,
|
||||
.topbar-content a:focus,
|
||||
|
@ -433,7 +450,6 @@ article a:hover .copy-to-clipboard,
|
|||
article a:active .copy-to-clipboard,
|
||||
article a:focus .copy-to-clipboard {
|
||||
outline: none;
|
||||
text-decoration: underline;
|
||||
}
|
||||
article a:hover > img:only-child:empty,
|
||||
article a:active > img:only-child:empty,
|
||||
|
@ -1093,7 +1109,6 @@ html[dir="rtl"] .topbar-button-next i {
|
|||
|
||||
.topbar-breadcrumbs {
|
||||
flex-grow: 1;
|
||||
line-height: 1.2;
|
||||
margin: 0;
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue