User:NerdOfEpic/builtin-palette.css: Difference between revisions

From NerdConsole
Jump to navigationJump to search
No edit summary
No edit summary
Line 13: Line 13:
.b { background-color: #bbf; }
.b { background-color: #bbf; }


.mono { font-family: monospace; }
.mono { font-family: monospace; font-size: 150% }

Revision as of 10:58, 21 January 2024

.pal-td 
{
    border: 1px solid #000;
    padding: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}

.r { background-color: #fbb; }
.g { background-color: #bfb; }
.b { background-color: #bbf; }

.mono { font-family: monospace; font-size: 150% }