Skip to content

Commit

Permalink
Rust Sharing Object
Browse files Browse the repository at this point in the history
Signed-off-by: Vineel Kovvuri <[email protected]>
  • Loading branch information
vineelkovvuri committed Jan 7, 2025
1 parent 15eee9e commit 807d460
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,10 @@ pre tr:nth-child(even) { background: #fff; }

.social a {
text-decoration: none;
}

mark {
background: linear-gradient(-100deg, hsla(48,92%,75%,.3), hsla(48,92%,75%,.7) 95%, hsla(48,92%,75%,.1));
border-radius: 1em 0;
padding: .5rem;
}
6 changes: 6 additions & 0 deletions themes/hugo-xmin/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,10 @@ pre tr:nth-child(even) { background: #fff; }

.social a {
text-decoration: none;
}

mark {
background: linear-gradient(-100deg, hsla(48,92%,75%,.3), hsla(48,92%,75%,.7) 95%, hsla(48,92%,75%,.1));
border-radius: 1em 0;
padding: .5rem;
}

0 comments on commit 807d460

Please sign in to comment.