Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
RisenCrypto authored Dec 8, 2024
1 parent e21601c commit 4c748eb
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,33 @@ main > .bloglist {
height: 2.65rem;
}

.btn {
border-radius: var(--border-radius);
color: white;
display: inline-block;
font-size: 0.75rem;
padding: 3px 9px 3px 9px;
text-align: center;
text-decoration: none;
}

.btn:hover {
text-decoration: none;
}


.btn-rss {
background-color: #b9501f;
}

.btn-rss:hover {
background-color: #923507;
}


.alignleft {
float: left;
}
.alignright {
float: right;
}
}

0 comments on commit 4c748eb

Please sign in to comment.