1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 12:07:19 +00:00

Tweaked plain text background colour

This commit is contained in:
Jeremy Ruston 2012-02-02 12:49:58 +00:00
parent 6707034ae5
commit 9206894e9a

View File

@ -21,7 +21,7 @@ code, pre {
border-radius: 3px;
}
code {
background-color: #fee9cc;
background-color: #ffe96C;
color: rgba(0, 0, 0, 0.75);
padding: 1px 3px;
}