You've already forked AstralRinth
forked from didirus/AstralRinth
Improve design of "See all" link in feat. section (#625)
This commit is contained in:
1
assets/images/utils/chevron-right.svg
Normal file
1
assets/images/utils/chevron-right.svg
Normal 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 |
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user