1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
wtf/_site/public/css/custom.css
2018-08-15 13:25:29 -07:00

58 lines
724 B
CSS

.caption {
color: #111;
display: inline-block;
font-weight: bold;
min-width: 64px;
text-align: right;
}
#navigation a {
color: #666 !important;
}
#navigation a:hover {
color: #333 !important;
}
#navigation a label {
cursor: pointer !important;
}
a.highlight {
border-bottom: none !important;
padding-left: 6px !important;
}
code {
color: #b97208;
display: inline-block;
margin: 0 4px !important;
padding-left: 0px !important;
}
h1 {
text-align: left !important;
}
h2 {
font-weight: normal;
}
h3 {
font-weight: normal;
}
img.screenshot {
margin: 0 0 0 24px !important;
padding: 0 !important ;
float: right;
}
p {
line-height: 26px;
}
pre {
outline: 1px solid #cdcdcd;
}