mirror of
https://github.com/not-kennethreitz/python-for-humans.git
synced 2026-06-05 23:20:18 +00:00
16 lines
184 B
CSS
16 lines
184 B
CSS
.github {
|
|
font-family: 'Collegiate', helvetica, sans-serif;
|
|
}
|
|
|
|
.bigger {
|
|
font-size: 2.3em;
|
|
}
|
|
|
|
.red {
|
|
color: red;
|
|
}
|
|
|
|
|
|
.code {
|
|
font-family: 'UbuntuBeta Mono'!important;
|
|
} |