Improve design of "See all" link in feat. section (#625)

This commit is contained in:
Sasha Sorokin
2022-08-24 19:30:57 +02:00
committed by GitHub
parent 59bb132dd7
commit 8769b5d1b5
3 changed files with 43 additions and 5 deletions

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>

After

Width:  |  Height:  |  Size: 233 B

View File

@@ -93,6 +93,8 @@ html {
inset 0px -2px 2px 0px hsla(221, 39%, 11%, 0.05);
--shadow-image-md: 0px 2px 4px 0px hsla(221, 39%, 11%, 0.2),
inset 0px -2px 2px 0px hsla(221, 39%, 11%, 0.1);
--color-card-link-bg: rgba(0,0,0,7%);
}
.dark-mode {
@@ -175,6 +177,8 @@ html {
--color-table-border: #4f5864;
--color-table-alternate-row: #262a30;
--color-card-link-bg: rgb(255, 255, 255, 15%);
}
.oled-mode {