Skip to content
Snippets Groups Projects
Verified Commit 358a1645 authored by Jake's avatar Jake :speech_balloon:
Browse files

Merge branch 'documentation'

parents 4d2f2ae8 a7fbf6ab
Branches
No related tags found
No related merge requests found
Pipeline #318878 passed
...@@ -129,6 +129,7 @@ body > header img { ...@@ -129,6 +129,7 @@ body > header img {
padding-right: 0.3rem; padding-right: 0.3rem;
transition: all 0.2s; transition: all 0.2s;
} }
#sitemenu-container nav > ul > li > a:focus,
#sitemenu-container nav > ul > li > a:hover { #sitemenu-container nav > ul > li > a:hover {
color: var(--category-contrast-color); color: var(--category-contrast-color);
background-color: var(--category-color); background-color: var(--category-color);
...@@ -155,6 +156,7 @@ body > header img { ...@@ -155,6 +156,7 @@ body > header img {
padding-top: calc(var(--header-menu-button-size) / 2 - 0.75rem); padding-top: calc(var(--header-menu-button-size) / 2 - 0.75rem);
text-align: center; text-align: center;
} }
#sitemenu-container .show-header-menu:focus,
#sitemenu-container .show-header-menu:hover { #sitemenu-container .show-header-menu:hover {
background-color: var(--header-menu-hover-bg-color); background-color: var(--header-menu-hover-bg-color);
/*border-bottom: 0.2rem solid #536;*/ /*border-bottom: 0.2rem solid #536;*/
...@@ -290,6 +292,7 @@ a { ...@@ -290,6 +292,7 @@ a {
color: var(--link-color); color: var(--link-color);
text-decoration: none; text-decoration: none;
} }
a:focus,
a:hover { a:hover {
text-decoration: underline; text-decoration: underline;
} }
...@@ -523,6 +526,7 @@ ul.cards li a { ...@@ -523,6 +526,7 @@ ul.cards li a {
/* text-align: center; */ /* text-align: center; */
border: 0.2rem solid var(--category-color); border: 0.2rem solid var(--category-color);
} }
ul.cards li a:focus,
ul.cards li a:hover { ul.cards li a:hover {
background-color: var(--category-contrast-color); background-color: var(--category-contrast-color);
color: var(--category-color); color: var(--category-color);
...@@ -554,6 +558,11 @@ ul.cards li a:hover { ...@@ -554,6 +558,11 @@ ul.cards li a:hover {
text-decoration: underline; text-decoration: underline;
} }
.info a:focus,
.success a:focus,
.warning a:focus,
.danger a:focus,
.alert a:focus,
.info a:hover, .info a:hover,
.success a:hover, .success a:hover,
.warning a:hover, .warning a:hover,
...@@ -744,7 +753,8 @@ ul.cards li a:hover { ...@@ -744,7 +753,8 @@ ul.cards li a:hover {
line-height: 2rem; line-height: 2rem;
/* border-top: 0.1rem solid #333; */ /* border-top: 0.1rem solid #333; */
} }
/*#sitemenu-container a:hover { /*#sitemenu-container a:focus,
#sitemenu-container a:hover {
border-bottom: 0.1rem solid #536; border-bottom: 0.1rem solid #536;
}*/ }*/
#sitemenu-container input[type=checkbox]:checked ~ .show-header-menu-bg { #sitemenu-container input[type=checkbox]:checked ~ .show-header-menu-bg {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment