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 { pre {
white-space: pre-wrap; white-space: pre-wrap;
} }
select option:checked { select option:checked {
color: white; color: white;
background-color: rgba(59, 59, 59, 0.8);
} }
</style> </style>
{% endblock css %} {% endblock css %}