MediaWiki: Common.css: Difference between revisions
From ElixirBlocks
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
.hljs-formula, .hljs-function, .hljs-params, .hljs-subst, .hljs-title { | .hljs-formula, .hljs-function, .hljs-params, .hljs-subst, .hljs-title { | ||
color: # | color: #0b488e; | ||
} | } | ||
Revision as of 07:04, 24 December 2023
main{
font-size:1.1em !important;
}
iframe {
border: 0;
margin: 0;
padding: 0;
width: 150%;
height: 80vh;
left: - 400px;
}
main{
background-color:white;
}
.hljs-formula, .hljs-function, .hljs-params, .hljs-subst, .hljs-title {
color: #0b488e;
}
.hljs {
background: #f5b94b;
color: #da4545eb;
}