Apply common class styles to all.css, minor tweaks

This commit is contained in:
billz
2024-10-26 06:47:10 -07:00
parent 7e1fd32edc
commit 95b44aed5e
3 changed files with 5 additions and 15 deletions

View File

@@ -300,6 +300,10 @@ button > i.fas {
right: 3px;
}
.nav-item {
font-size: 0.85rem;
}
/* Font Awesome 5 brands */
.fa-reddit {
color: #ff4500;
@@ -314,10 +318,6 @@ button > i.fas {
color: #151b23
}
.bg-dark {
border-radius: 5px;
}
@keyframes heart {
0%, 40%, 80%, 100% {
transform: scale(1);