Skip to content

Commit

Permalink
Polish.
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed Mar 6, 2024
1 parent 78aeab5 commit 8f7aeea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@
color: rgb(131, 138, 141);
background-color:rgba(239, 239, 239, 0.5);
border-color: rgba(96, 108, 113, 0.7);
}
}

main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
color: black;
font-weight: bold;
}
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
---

<h1 style="display: flex; align-items: center; color: black; font-weight: bold;"><img src="/assets/img/logo.svg" /><span style="margin-left: 1em;">Constant-timeness verification tools</span></h1>
<h1 style="display: flex; align-items: center; color: black; font-weight: bold;"><img src="{{ "/assets/img/logo.svg" | relative_url }}" /><span style="margin-left: 1em;">Constant-timeness verification tools</span></h1>


This page lists tools for testing and verification of constant-timeness of programs.
Expand Down

0 comments on commit 8f7aeea

Please sign in to comment.