mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
theme: fix topbar radius and overlay color #210
This commit is contained in:
parent
3a1cb99286
commit
9732cc9aa9
2 changed files with 3 additions and 4 deletions
|
@ -947,10 +947,9 @@ td {
|
||||||
|
|
||||||
#topbar {
|
#topbar {
|
||||||
background-color: #ffffff; /* var(--MAIN-BG-color) */
|
background-color: #ffffff; /* var(--MAIN-BG-color) */
|
||||||
border-radius: 2px;
|
|
||||||
min-height: 3rem;
|
min-height: 3rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 480;
|
z-index: 480;
|
||||||
}
|
}
|
||||||
|
|
||||||
#topbar > div {
|
#topbar > div {
|
||||||
|
|
|
@ -223,7 +223,7 @@ pre .copy-to-clipboard-button:hover {
|
||||||
background-color: var(--INTERNAL-MAIN-LINK-color);
|
background-color: var(--INTERNAL-MAIN-LINK-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress {
|
.toc-flyout .progress {
|
||||||
background-color: var(--INTERNAL-MAIN-BG-color);
|
background-color: var(--INTERNAL-MAIN-BG-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue