mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-06 10:06:36 +00:00
deploy: 6f8239ca64
This commit is contained in:
parent
1b75efac13
commit
3ca6ad16ca
151 changed files with 3437 additions and 3559 deletions
css
|
@ -954,6 +954,7 @@ td {
|
|||
#sidebar-toggle-span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media only all and (max-width: 47.938em) {
|
||||
#sidebar-toggle-span {
|
||||
display: inline;
|
||||
|
@ -1016,7 +1017,7 @@ a[aria-disabled="true"] {
|
|||
overflow: hidden;
|
||||
}
|
||||
.sidebar-hidden #overlay {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
background-color: rgba(134, 134, 134, 0.5);
|
||||
bottom: 0;
|
||||
cursor: pointer;
|
||||
left: 0;
|
||||
|
@ -1231,6 +1232,11 @@ option {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
#sidebar-toggle-span a.highlight:after,
|
||||
#top-github-link a.highlight:after {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.progress {
|
||||
background-color: rgba(246, 246, 246, 0.97);
|
||||
border: thin solid #ECECEC;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue