pr-agent/docs/docs/css/custom.css

28 lines
438 B
CSS
Raw Normal View History

2024-03-06 19:52:11 +00:00
:root {
--md-primary-fg-color: #765bfa;
--md-accent-fg-color: #AEA1F1;
}
.md-nav__title, .md-nav__link {
font-size: 16px;
2024-03-06 19:52:11 +00:00
}
.md-tabs__link {
font-size: 16px;
2024-03-06 19:52:11 +00:00
}
.md-header__title {
font-size: 20px;
margin-left: 0px !important;
2024-03-06 19:52:11 +00:00
}
.md-content img {
border-width: 1px;
border-style: solid;
border-color: black;
2024-03-27 11:00:16 +00:00
outline-width: 1px;
outline-style: solid;
outline-color: darkgray;
2024-03-27 11:00:16 +00:00
}