SVNからのミラー
This commit is contained in:
18
public/static/style-code.css
Normal file
18
public/static/style-code.css
Normal file
@@ -0,0 +1,18 @@
|
||||
pre {
|
||||
background: #232023;
|
||||
color: fcfcfc;
|
||||
padding: 1rem;
|
||||
border-radius: 6px;
|
||||
overflow: auto;
|
||||
font-family: Consolas,Monaco,monospace;
|
||||
border: 1px solid #f545f5;
|
||||
}
|
||||
|
||||
/*pre > code {
|
||||
color: #fcfcfc;
|
||||
}*/
|
||||
|
||||
code {
|
||||
color: #b421f8;
|
||||
line-height: 1.45;
|
||||
}
|
||||
Reference in New Issue
Block a user