mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-28 07:56:35 +01:00
feat(theme): add success and error to shuffle
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user