mod list colors and such

This commit is contained in:
SpikeHD
2022-07-21 23:46:51 -07:00
parent c659979851
commit f946cedb4d
8 changed files with 153 additions and 2 deletions

View File

@@ -0,0 +1,25 @@
.ModHeader {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
width: 100%;
padding: 10px;
font-size: 20px;
font-weight: bold;
color: #fff;
background: rgba(77, 77, 77, 0.6);
}
.ModHeaderTitle {
}
.ModHeaderTitle:hover {
cursor: pointer;
}
.ModHeaderTitle.selected {
border-bottom: 2px solid #fff;
}