This commit is contained in:
Ross
2024-01-23 22:36:06 +00:00
parent e0b6e069eb
commit e89cf704ed
+2 -1
View File
@@ -30,7 +30,8 @@
} }
select option:checked { select option:checked {
color: white; color: white;
background-color: rgba(59, 59, 59, 0.8);
} }
</style> </style>
{% endblock css %} {% endblock css %}