mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-22 10:22:30 +01:00
add border to codeblocks
This commit is contained in:
parent
11be9f19ec
commit
424256b8f5
@ -41,11 +41,13 @@ export default {
|
||||
overflow: "auto",
|
||||
borderRadius: "0.3em",
|
||||
background: "#1e1e1e",
|
||||
border: "1px solid #121212",
|
||||
},
|
||||
':not(pre) > code[class*="language-"]': {
|
||||
background: "#1e1e1e",
|
||||
padding: ".1em",
|
||||
borderRadius: ".3em",
|
||||
border: "1px solid #121212",
|
||||
},
|
||||
comment: {
|
||||
color: "#6a9955",
|
||||
|
Loading…
Reference in New Issue
Block a user