mirror of
https://github.com/NullHypothesis/censorbib.git
synced 2025-07-23 06:31:22 -04:00
Deploying to gh-pages from @ NullHypothesis/censorbib@0800b05a99 🚀
This commit is contained in:
parent
887cc67713
commit
26a00eac06
1 changed files with 20 additions and 11 deletions
17
index.html
17
index.html
|
@ -73,7 +73,16 @@
|
|||
}
|
||||
.icon {
|
||||
height: 1em;
|
||||
margin-right: 0.5em;
|
||||
width: 1em;
|
||||
display: inline-block;
|
||||
border-radius: 50%;
|
||||
transition: background-color 0.3s ease;
|
||||
padding: 0.5em;
|
||||
overflow: visible;
|
||||
}
|
||||
.icon:hover {
|
||||
background-color: #ffb772;
|
||||
cursor: pointer;
|
||||
}
|
||||
.icons {
|
||||
float: right;
|
||||
|
@ -149,10 +158,10 @@
|
|||
color: #efefef;
|
||||
}
|
||||
#book-info > a:link {
|
||||
color: #d94b7b
|
||||
color: #d94b7b;
|
||||
}
|
||||
#book-info > a:visited {
|
||||
color: #d94b7b
|
||||
color: #d94b7b;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
@ -185,7 +194,7 @@
|
|||
</div>
|
||||
<div class="menu-item">
|
||||
<img class="top-icon" src="assets/update-icon.svg" alt="update icon">
|
||||
<a href="https://github.com/NullHypothesis/censorbib/commits/master">Updated: 2024-12-06</a>
|
||||
<a href="https://github.com/NullHypothesis/censorbib/commits/master">Updated: 2025-02-01</a>
|
||||
</div>
|
||||
</div> <!-- censorbib-links -->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue