Skip to content

Commit 81223d6

Browse files
committed
change opacity
1 parent 03001a1 commit 81223d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kitsunekko_tools/example_catalog/_site/resources/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ main a[href$=".srt"]::before {
8282
user-select: none;
8383
cursor: pointer;
8484
text-decoration: underline;
85-
text-decoration-color: hsla(213, 10%, 18%, 0.3);
85+
text-decoration-color: hsla(213, 10%, 18%, 0.4);
8686
text-decoration-style: dashed;
8787
}
8888
&.sort-indicator::after {

kitsunekko_tools/example_catalog/resources/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ main a[href$=".srt"]::before {
8282
user-select: none;
8383
cursor: pointer;
8484
text-decoration: underline;
85-
text-decoration-color: hsla(213, 10%, 18%, 0.3);
85+
text-decoration-color: hsla(213, 10%, 18%, 0.4);
8686
text-decoration-style: dashed;
8787
}
8888
&.sort-indicator::after {

0 commit comments

Comments
 (0)