mirror of
https://github.com/gojp/goreportcard.git
synced 2026-02-09 06:49:07 +08:00
Improve text colors
This commit is contained in:
@@ -49,15 +49,15 @@
|
||||
float: right;
|
||||
}
|
||||
.percentage.danger {
|
||||
color: #F32F22;
|
||||
color: #C61E1E;
|
||||
}
|
||||
.percentage.info {
|
||||
}
|
||||
.percentage.warning {
|
||||
color: #F39922;
|
||||
color: #C6761E;
|
||||
}
|
||||
.percentage.success {
|
||||
color: #82F322;
|
||||
color: #4CC61E;
|
||||
}
|
||||
.results-text {
|
||||
font-size: 1.4em;
|
||||
|
||||
Reference in New Issue
Block a user