feat(theme): add success and error to shuffle

This commit is contained in:
Alexis Couvreur
2022-10-19 16:18:33 +00:00
parent 42b9f2c1b6
commit c63bbee7dd

View File

@@ -62,6 +62,14 @@
padding-left: .3em;
font-family: 'Lucida Console', 'Courier New', monospace;
}
#details td.value.success {
color: rgb(50, 209, 106)
}
#details td.value.error {
color: rgb(195, 41, 41)
}
</style>
</head>
<body>