mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +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 {
|
||||
background-color: #ffffff; /* var(--MAIN-BG-color) */
|
||||
border-radius: 2px;
|
||||
min-height: 3rem;
|
||||
position: relative;
|
||||
z-index: 480;
|
||||
position: relative;
|
||||
z-index: 480;
|
||||
}
|
||||
|
||||
#topbar > div {
|
||||
|
|
|
@ -223,7 +223,7 @@ pre .copy-to-clipboard-button:hover {
|
|||
background-color: var(--INTERNAL-MAIN-LINK-color);
|
||||
}
|
||||
|
||||
.progress {
|
||||
.toc-flyout .progress {
|
||||
background-color: var(--INTERNAL-MAIN-BG-color);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue