User:Black Majic/vector.css: Difference between revisions

From ConsoleMods Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
.client-dark-mode #p-logo > a {
.client-dark-mode #p-logo > a {
     background-image: url(/wiki/images/b/b2/Game_Boy.png)!important;
     background-image: url(/wiki/images/b/b2/Game_Boy.png)!important;
}
table:not(.note, .warning) {
    font-size: 14px
}
.pinout {
    font-family: monospace;
}
.bi {
    color: #ff00ff
    fill: #ff00ff
}
}

Latest revision as of 19:48, 2 September 2023

.client-dark-mode #p-logo > a {
    background-image: url(/wiki/images/b/b2/Game_Boy.png)!important;
}

table:not(.note, .warning) {
    font-size: 14px
}

.pinout {
    font-family: monospace;
}

.bi {
    color: #ff00ff
    fill: #ff00ff
}