mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-24 05:00:02 +01:00
add color and format for code
This commit is contained in:
parent
4a275d4741
commit
99c9bdf780
1 changed files with 5 additions and 0 deletions
|
@ -83,3 +83,8 @@ strong:after {
|
||||||
strong {
|
strong {
|
||||||
color: #d66388
|
color: #d66388
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
font-family: Consolas, monaco, monospace;
|
||||||
|
color: cornflowerblue;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue