Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dist/spectre.css')
-rw-r--r--docs/dist/spectre.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/dist/spectre.css b/docs/dist/spectre.css
index e207fb4..4cb1f1a 100644
--- a/docs/dist/spectre.css
+++ b/docs/dist/spectre.css
@@ -3033,6 +3033,7 @@ a.text-error:hover {
.bg-primary {
background: #5755d9;
+ color: #fff;
}
.bg-secondary {
@@ -3041,6 +3042,7 @@ a.text-error:hover {
.bg-dark {
background: #454d5d;
+ color: #fff;
}
.bg-gray {
@@ -3049,14 +3051,17 @@ a.text-error:hover {
.bg-success {
background: #32b643;
+ color: #fff;
}
.bg-warning {
background: #ffb700;
+ color: #fff;
}
.bg-error {
background: #e85600;
+ color: #fff;
}
.c-hand {