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

From ConsoleMods Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 5: Line 5:
table:not(.note, .warning) {
table:not(.note, .warning) {
     font-size: 14px
     font-size: 14px
}


table > .pinout {
.pinout {
     font-family: monospace;
     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
}