13 lines
No EOL
166 B
CSS
13 lines
No EOL
166 B
CSS
#summary {
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
#score {
|
|
background-color: #88888888;
|
|
height: 2px;
|
|
}
|
|
|
|
#score::-webkit-progress-value {
|
|
background-color: #ffF;
|
|
} |