mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 07:44:23 +01:00
Add: Code tag styling
This commit is contained in:
parent
608d8490d8
commit
ad415e206a
1 changed files with 11 additions and 0 deletions
|
@ -136,6 +136,17 @@ blockquote {
|
|||
border-style: solid;
|
||||
}
|
||||
|
||||
code {
|
||||
font-size: .875em;
|
||||
color: #d63384;
|
||||
word-wrap: break-word;
|
||||
background-color: #212121;
|
||||
padding: 2px;
|
||||
border: #14171c 2px solid;
|
||||
border-radius: 8px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border: 1px solid #750cf2;
|
||||
|
|
Loading…
Reference in a new issue