mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +00:00
Add a default color for pre tags
This commit is contained in:
parent
ee120d394b
commit
c654b14ff1
1 changed files with 1 additions and 0 deletions
|
@ -259,6 +259,7 @@ article {
|
||||||
pre {
|
pre {
|
||||||
background: rgba(46, 52,54, 0.9);
|
background: rgba(46, 52,54, 0.9);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
color: #839496;
|
||||||
margin: 1em 2%;
|
margin: 1em 2%;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue