mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-22 21:58:39 +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;
|
||||
}
|
||||
|
||||
.atmention a { /* at-mentions of github users, e.g. @tsjensen */
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
pre {
|
||||
line-height: 100%;
|
||||
word-wrap: normal; /* prevent contents of pre areas from line wrapping */
|
||||
|
Loading…
Reference in New Issue
Block a user