mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-15 20:35:17 +00:00
18 lines
263 B
CSS
18 lines
263 B
CSS
|
|
|
|
:root {
|
|
--md-primary-fg-color: #765bfa;
|
|
--md-accent-fg-color: #AEA1F1;
|
|
}
|
|
.md-nav__title, .md-nav__link {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.md-tabs__link {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.md-header__title {
|
|
font-size: 20px;
|
|
margin-left: 0px !important;
|
|
}
|