Merge pull request #12 from joaoh1/master

Make category badges more generic
This commit is contained in:
Geometrically
2020-06-27 15:06:02 -07:00
committed by GitHub
3 changed files with 1 additions and 9 deletions

View File

@@ -119,7 +119,7 @@
} }
.category-badge img { .category-badge img {
height: 23px; width: 23px;
} }
.category-badge p { .category-badge p {
@@ -294,10 +294,6 @@
background-color: #1e2d44; background-color: #1e2d44;
} }
.forge-badge img {
width: 23px;
}
.fabric-badge { .fabric-badge {
color: #585849; color: #585849;
background-color: #fffdd0; background-color: #fffdd0;
@@ -343,10 +339,6 @@
background-color: var(--cursed-color); background-color: var(--cursed-color);
} }
.cursed-badge img {
margin-left: 5px;
}
.misc-badge { .misc-badge {
color: white; color: white;
background-color: var(--misc-color); background-color: var(--misc-color);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 256 B