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);

View file

@ -93,10 +93,6 @@ a:focus, a:hover {
background-color: #f2f1f0;
}
.nav-item {
font-size: 0.85rem;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link {
font-size: 1.0rem;

View file

@ -40,7 +40,7 @@ h5.card-title {
}
.card, .modal-dialog {
border-radius: 3px;
border-radius: 5px;
border-color: #ff6600;
}
@ -101,12 +101,6 @@ code {
font-weight: 300;
}
#wrapper,#page-wrapper,
#wrapper #content-wrapper,
.nav>li>a,.nav {
background-color: #fff;
}
.card-body {
background-color: #f6f6ef;
border-radius: 5px;