Skip to content

Commit

Permalink
Minor style change
Browse files Browse the repository at this point in the history
  • Loading branch information
Bai-YT committed Oct 18, 2023
1 parent 955428f commit 66c674b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<header>
<h1>Demo Page</h1>
<h3><b>Accelerating Diffusion-Based Text-to-Audio Generation with Consistency Distillation<br></b>
<a href="https://bai-yt.github.io" target=&ldquo;blank&rdquo;><u>Yatong Bai</u></a>,
<a class="title_link" href="https://bai-yt.github.io" target=&ldquo;blank&rdquo;><u>Yatong Bai</u></a>,
Trung Dang, Dung Tran, Kazuhito Koishida, Somayeh Sojoudi
</h3>

Expand Down
22 changes: 14 additions & 8 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,22 +96,34 @@ button {
.home-button {
background-color: #597a47;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
margin: 0px 13px;
}

.demo-button {
background-color: #7a5947;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
margin: 0px 13px;
}

.eval-button {
background-color: #5d5d5d;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
margin: 0px 13px;
}

.paper-button {
background-color: #1db6c7;
font-weight: bold;
text-shadow: 3px 3px 1.5px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
margin: 0px 13px;
}

.eval-button {
background-color: #5d5d5d;
a .fab.fa-github {
color: #FEFEFE; /* or any color you prefer */
vertical-align: bottom;
font-size: 48px; /* adjust size as needed */
margin: 0px 7px;
}

.eval-button-small {
Expand All @@ -127,16 +139,10 @@ button:hover {
opacity: 0.75 /* A generic hover effect for all buttons */
}

a .fab.fa-github {
color: #FEFEFE; /* or any color you prefer */
vertical-align: bottom;
font-size: 48px; /* adjust size as needed */
}
a:hover .fab.fa-github {
color: #5a86c0; /* color on hover */
}


footer {
background-color: #264653; /* Dark Desaturated Blue */
color: #e9e9e9;
Expand Down

0 comments on commit 66c674b

Please sign in to comment.