1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-26 04:02:46 +01:00

add border to codeblocks

This commit is contained in:
Puyodead1 2023-09-20 23:43:58 -04:00
parent 11be9f19ec
commit 424256b8f5
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC

View File

@ -41,11 +41,13 @@ export default {
overflow: "auto", overflow: "auto",
borderRadius: "0.3em", borderRadius: "0.3em",
background: "#1e1e1e", background: "#1e1e1e",
border: "1px solid #121212",
}, },
':not(pre) > code[class*="language-"]': { ':not(pre) > code[class*="language-"]': {
background: "#1e1e1e", background: "#1e1e1e",
padding: ".1em", padding: ".1em",
borderRadius: ".3em", borderRadius: ".3em",
border: "1px solid #121212",
}, },
comment: { comment: {
color: "#6a9955", color: "#6a9955",