Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa53513

Browse files
committed
Made icons more defined.
1 parent 6764317 commit fa53513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ a:active #home-download-link{
386386
.link-grid { display: grid; width:100%; grid-column-gap: 8px; grid-auto-columns: auto; grid-auto-flow: column;}
387387
.link-button { height:100%; display: block; background:light-dark(#e5f1d3, #1a220f); border-radius:8px; border:1px solid light-dark(#f9d72c, #252006); text-align:center; padding: 2px 8px; margin:0px;}
388388
.link-button h1 { margin: 0px; padding: 0px; }
389-
.link-button i { color: rgba(0, 0, 0, 0.4); font-size: 3em; margin: 0.2em; }
389+
.link-button i { color: light-dark(rgba(0, 0, 0, 0.4), rgba(143, 167, 110, 0.7)); font-size: 3em; margin: 0.2em; }
390390
.link-button .selected { color: rgba(0, 0, 0, 0.6); }
391391

392392
.tutorial-links {width:640px; height:200px; border-top:1px solid #ddd; padding:30px 0px 40px 0px; }

0 commit comments

Comments
 (0)