This commit is contained in:
Zewed 2024-03-27 11:24:09 -07:00
parent 83d184e7fb
commit 827f2ea3e1
2 changed files with 6 additions and 2 deletions

View File

@ -44,8 +44,12 @@
}
.brain_title {
font-size: Typography.$medium;
@include Typography.EllipsisOverflow;
font-size: Typography.$small;
font-weight: 500;
width: 100%;
display: flex;
justify-content: center;
}
&:hover,

View File

@ -10,7 +10,7 @@
font-size: Typography.$tiny;
&.primary {
background-color: var(--primary-1);
background-color: var(--background-special-1);
}
&.gold {