mon-entreprise/source/components/Dictionary.css

20 lines
345 B
CSS
Raw Normal View History

#dictionaryPanel h3 {
color: #333350;
font-weight: bold;
font-size: 125%;
2017-10-13 13:47:16 +00:00
}
#dictionaryPanel blockquote {
2017-10-13 13:47:16 +00:00
font-style: italic;
border-left: 4px solid #eee;
padding-left: 1em;
margin-left: 0;
}
#dictionaryPanel blockquote p {
2017-10-13 13:47:16 +00:00
color: #666;
}
#dictionaryPanel code {
2017-10-13 13:47:16 +00:00
border: 1px solid #aaa;
padding: 0.05em 0.3em;
border-radius: 0.3em;
2017-10-13 13:47:16 +00:00
}