This commit is contained in:
Ross
2024-01-23 22:36:06 +00:00
parent e0b6e069eb
commit e89cf704ed
+4 -3
View File
@@ -28,9 +28,10 @@
pre {
white-space: pre-wrap;
}
select option:checked {
color: white;
select option:checked {
color: white;
background-color: rgba(59, 59, 59, 0.8);
}
}
</style>
{% endblock css %}