generated from nhcarrigan/template
feat: implement user profiles with achievements and primary badge system #58
@@ -1401,6 +1401,11 @@ import { ProfileReportWithUsers, CommentReportWithDetails, ReportStatus, ReportR
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
select.form-control option {
|
||||
background: var(--witch-moon);
|
||||
color: var(--witch-purple);
|
||||
}
|
||||
|
||||
textarea.form-control {
|
||||
resize: vertical;
|
||||
min-height: 100px;
|
||||
|
||||
@@ -304,6 +304,11 @@ import { User, PrimaryBadge } from '@library/shared-types';
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.form-group select option {
|
||||
background: #1a1a2e;
|
||||
color: var(--text-colour, #e0e0e0);
|
||||
}
|
||||
|
||||
.form-group input[type="text"]:focus,
|
||||
.form-group textarea:focus,
|
||||
.form-group select:focus {
|
||||
|
||||
Reference in New Issue
Block a user