mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-03 00:26:37 +00:00
deploy: 583f94e4b9
This commit is contained in:
parent
f16d5dd407
commit
e86811b8c6
263 changed files with 7552 additions and 8599 deletions
|
@ -106,6 +106,12 @@ body,
|
|||
margin-top: 1.5rem;
|
||||
padding-top: .75rem;
|
||||
}
|
||||
|
||||
h1 + .footline{
|
||||
/* if we have no content in the page we remove the footer as it is of no real value in print */
|
||||
display: none;
|
||||
}
|
||||
|
||||
#body #body-inner .headline a,
|
||||
#body #body-inner .footline a,
|
||||
#body #body-inner .btn a {
|
||||
|
|
|
@ -270,7 +270,7 @@
|
|||
|
||||
#sidebar .collapsible-menu label,
|
||||
#sidebar .menu-control,
|
||||
#sidebar a {
|
||||
#sidebar :is( a, span ) {
|
||||
color: rgba( 186, 186, 186, 1 ); /* var(--MENU-SECTIONS-LINK-color) */
|
||||
}
|
||||
|
||||
|
|
|
@ -185,7 +185,7 @@ body #sidebar a:hover {
|
|||
}
|
||||
|
||||
body #sidebar li.active > label,
|
||||
body #sidebar li.active > a {
|
||||
body #sidebar li.active > :is( a, span ) {
|
||||
color: rgba( 255, 255, 255, 1 );
|
||||
text-shadow:
|
||||
0 0 1px rgba( 255, 255, 255, 1 ),
|
||||
|
|
|
@ -1856,7 +1856,7 @@ article ul > li > input[type="checkbox"]:checked::before {
|
|||
|
||||
/* basic menu list styles (non-collapsible) */
|
||||
|
||||
#sidebar ul > li > a {
|
||||
#sidebar ul > li > :is( a, span ) {
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
|
@ -1879,7 +1879,7 @@ article ul > li > input[type="checkbox"]:checked::before {
|
|||
padding-top: 0;
|
||||
}
|
||||
|
||||
#sidebar ul.enlarge > li > a {
|
||||
#sidebar ul.enlarge > li > :is( a, span ) {
|
||||
font-size: 1.1rem;
|
||||
line-height: 2rem;
|
||||
}
|
||||
|
@ -1948,7 +1948,7 @@ article ul > li > input[type="checkbox"]:checked::before {
|
|||
width: .6rem;
|
||||
}
|
||||
|
||||
#sidebar ul.collapsible-menu > li > a {
|
||||
#sidebar ul.collapsible-menu > li > :is( a, span ) {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
@ -49,7 +49,7 @@ a:hover,
|
|||
|
||||
#sidebar .collapsible-menu label,
|
||||
#sidebar .menu-control,
|
||||
#sidebar a {
|
||||
#sidebar :is( a, span ) {
|
||||
color: var(--INTERNAL-MENU-SECTIONS-LINK-color);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue