1
0
mirror of https://github.com/rfivet/stm32bringup.git synced 2025-02-21 05:37:09 -05:00
stm32bringup/docs/style.css
Renaud Fivet f199ffa8b0 Upgrade toolchain to 13.3.
Documentation revision with Firefox.
2024-09-20 15:27:09 +08:00

25 lines
407 B
CSS

body {
width: 1024px ;
margin-left: auto ;
margin-right: auto ;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 110% ;
}
pre {
background-color: #F3F6FA ;
margin-left: 1% ;
margin-right: 24.5% ;
font-size: 120% ;
overflow-x: auto ;
}
code {
background-color: #E0E0E0 ;
font-size: 120% ;
}
a {
font-weight: bold ;
}