* { color: white; } body { background-color: black; } h1, h2, h3, h4, h5, p, small, label { color: white; } a:hover { color: white; } nav { border-bottom: 3px solid white; } nav ul li a { color: white; } code { background-color: #2F2F2F; } .line { background-color: white; border-top: 1px solid white; } .article_card, .form_card { border: 5px solid white; } .button { color: white; } .button:hover { color: black; background-color: white; } .tag { color: white; } #theme-toggle { color: white; } .article ul li { color: white; } input, textarea { background-color: transparent; color: white; border: 3px solid white; } .checkmark { border: 2px solid white; } .form_checkbox_container:hover input~.checkmark { background-color: white; } .upload_button { border: 3px solid white; }