1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-23 15:28:02 +00:00

Added Fosstodon link to website and readme

This commit is contained in:
2023-06-02 20:58:04 +02:00
parent c05ac2074b
commit 6163288dfc
6 changed files with 24 additions and 5 deletions

View File

@ -268,16 +268,23 @@ article {
// MISC
.githubstars {
.socialbadge {
display: inline-block;
text-decoration: none;
color: #000;
background-color: #ddd;
padding: 0 4px;
border-radius: 2px;
margin: 0 0 4px 0;
box-shadow: 0 1.25px #aaa;
&:hover { background-color: #ccc; }
.star { color: #a69e2c; }
.toot { color: #595aff; }
.count { font-weight: 700; margin-right: 8px; }
svg {
fill: currentColor;
stroke: none;
}
}