MediaWiki: Common.css: Difference between revisions

From ElixirBlocks
Jump to: navigation, search
No edit summary
No edit summary
Line 20: Line 20:
}
}


.mw-highlight pre {
.hljs-formula, .hljs-function, .hljs-params, .hljs-subst, .hljs-title {
font-size: 80%;
    color: #da9898;
}
 
.hljs {
    background: #ffffff;
    color: #ff0088eb;
}
}

Revision as of 22:03, 11 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: #da9898;
}

.hljs {
    background: #ffffff;
    color: #ff0088eb;
}