mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-21 19:34:52 +00:00

PT-2091 Docs configuration for Render builds * Added Sphinx-material theme and customizations * Changed Makefile to use Material theme * Customized the theme * Added a separate config for render builds
16 lines
339 B
CSS
16 lines
339 B
CSS
.sphinx-tabs-tab {
|
|
position: relative;
|
|
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
color: #fb8c00;
|
|
line-height: 24px;
|
|
margin: 0;
|
|
font-size: 19px;
|
|
font-weight: 400;
|
|
background-color: rgba(255, 255, 255, 0);
|
|
border-radius: 5px 5px 0 0;
|
|
border: 0;
|
|
padding: 1rem 1.5rem;
|
|
margin-bottom: 0;
|
|
}
|
|
|