mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-08 22:00:36 +01:00
Add .atmention class to CSS for at-mentions of GitHub users
This commit is contained in:
parent
b54bf96661
commit
029f0733ed
@ -62,6 +62,10 @@ blockquote {
|
|||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.atmention a { /* at-mentions of github users, e.g. @tsjensen */
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
word-wrap: normal; /* prevent contents of pre areas from line wrapping */
|
word-wrap: normal; /* prevent contents of pre areas from line wrapping */
|
||||||
|
Loading…
Reference in New Issue
Block a user