This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/ext/bbcode/style.css

16 lines
216 B
CSS

CODE {
background: #DEDEDE;
font-size: 0.8rem;
}
BLOCKQUOTE {
border: 1px solid black;
padding: 8px;
background: #DDD;
}
.anchor A.alink {
visibility: hidden;
}
.anchor:hover A.alink {
visibility: visible;
}