ExamSchedule/exam/Styles/profile.json
MKStoler1024 c8b2e7b192 feat: Add light theme styles for exam interface
- Implemented styles for buttons, containers, and typography in light mode.
- Added hover effects for buttons and table rows.
- Styled modal components for settings and reminders.
- Created responsive layouts for content sections.
- Defined styles for exam status tags and reminder settings.
- Included scrollbar customizations for modal content.
2025-04-28 10:29:57 +00:00

20 lines
374 B
JSON

{
"theme":[
{
"name": "ExamAware旧版",
"path": "ealg"
},
{
"name": "ExamSchedule旧版",
"path": "old"
},
{
"name": "Material Design 3",
"path": "md3"
},
{
"name": "Material Design 2",
"path": "md2"
}
]
}