mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-06 10:06:36 +00:00
deploy: ea919b4045
This commit is contained in:
parent
ab8c69e2f0
commit
b62f112177
310 changed files with 6486 additions and 6470 deletions
|
@ -259,6 +259,14 @@
|
|||
color: #808080 /* var(--MENU-HOME-LINK-HOVER-color) */;
|
||||
}
|
||||
|
||||
#body a.highlight:after {
|
||||
background-color: #486ac9; /* var(--MAIN-LINK-color) */
|
||||
}
|
||||
|
||||
#body a.highlight:hover:after {
|
||||
background-color: #202891; /* var(--MAIN-LINK-HOVER-color) */
|
||||
}
|
||||
|
||||
.progress {
|
||||
background-color: #ffffff; /* var(--MAIN-BG-color) */
|
||||
}
|
||||
|
|
|
@ -368,6 +368,14 @@ pre .copy-to-clipboard-button:hover {
|
|||
color: var(--INTERNAL-MENU-HOME-LINK-HOVER-color);
|
||||
}
|
||||
|
||||
#body a.highlight:after {
|
||||
background-color: var(--INTERNAL-MAIN-LINK-color);
|
||||
}
|
||||
|
||||
#body a.highlight:hover:after {
|
||||
background-color: var(--INTERNAL-MAIN-LINK-HOVER-color);
|
||||
}
|
||||
|
||||
.progress {
|
||||
background-color: var(--INTERNAL-MAIN-BG-color);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue