Skip to content

Commit 40d8870

Browse files
authored
update (#24)
2 parents c60a1ce + 1615b5e commit 40d8870

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

assets/snl-styles.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ a{
5858
border-radius: 0.5rem;
5959
z-index: 100;
6060
}
61+
.snl-info{
62+
align-self: center;
63+
justify-self: center;
64+
text-align: center;
65+
background-color:#282c34;
66+
z-index: 100;
67+
}
6168
.toggle-button {
6269
position: absolute;
6370
top: 32px;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<a href="/docs" class="doc-b" target="_blank" alt="Documentation" style="color:#f0f0f0;text-decoration: none; position: absolute; top: 24px; right: 64px;"><i class="fa-solid fa-book fa-xl"></i> <span class="doc-text">Docs</span></a>
5454
<a alt="About" class="about-b" onclick="showAbout()" style="color:#f0f0f0;text-decoration: none; position: absolute; top: 24px; right: 158px;"><i class="fa-solid fa-circle-question fa-xl about-button"></i> <span class="doc-text">About</span></a>
5555
</div>
56-
<p style="align-self: center; justify-self: center; text-align: center; background-color:#282c34; z-index: 101;" class="snl-info">Interested in contributing? Kindly check out our <a href="docs/#/getting-started" style="color: orangered;">guide here</a> for details.</p>
56+
<p class="snl-info">Interested in contributing? Kindly check out our <a href="docs/#/getting-started" target="_blank" style="color: orangered;">guide here</a> for details.</p>
5757
<div class="search-container">
5858
<input type="text" class="snl-search-bar" id="snl-search-bar" placeholder="Search Contributor...">
5959
<div class="snl-search-button" onclick="searchContributor()">Check</div>

0 commit comments

Comments
 (0)