|
@@ -378,9 +378,14 @@ caption {
|
|
margin-left: 0.125rem;
|
|
margin-left: 0.125rem;
|
|
}
|
|
}
|
|
|
|
|
|
-.pattern [aria-current] span {
|
|
|
|
- text-decoration: underline;
|
|
|
|
- text-decoration-skip: ink;
|
|
|
|
|
|
+.pattern [aria-current] {
|
|
|
|
+ background-color: #111;
|
|
|
|
+ background-image: url(images/arrow_effect.svg);
|
|
|
|
+ background-position: right center;
|
|
|
|
+ background-size: 125%;
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
+ color: #fff;
|
|
|
|
+ padding: 0.5em 1em 0.5em;
|
|
}
|
|
}
|
|
|
|
|
|
/* menu button */
|
|
/* menu button */
|
|
@@ -877,6 +882,10 @@ h1 svg {
|
|
padding: 0.75rem 0;
|
|
padding: 0.75rem 0;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ .pattern [aria-current] {
|
|
|
|
+ background-image: none;
|
|
|
|
+ }
|
|
|
|
+
|
|
.pattern + .pattern {
|
|
.pattern + .pattern {
|
|
border-top: 1px solid;
|
|
border-top: 1px solid;
|
|
margin-top: 0;
|
|
margin-top: 0;
|