mirror of
https://github.com/ssyyhhrr/stewardle.git
synced 2025-11-18 14:53:38 -05:00
High Contrast Button
This commit is contained in:
24
assets/css/highContrast.css
Normal file
24
assets/css/highContrast.css
Normal file
@@ -0,0 +1,24 @@
|
||||
.incorrect {
|
||||
background-color: #e21143;
|
||||
border-radius: 18%;
|
||||
}
|
||||
|
||||
.previous {
|
||||
background-color: #f9bd00;
|
||||
border-radius: 18%;
|
||||
}
|
||||
|
||||
.correct {
|
||||
background-color: #88ea09;
|
||||
border-radius: 18%;
|
||||
}
|
||||
|
||||
.down {
|
||||
background-color: #8a2df0;
|
||||
border-radius: 0 0 36% 36%;
|
||||
}
|
||||
|
||||
.up {
|
||||
background-color: #f9bd00;
|
||||
border-radius: 36% 36% 0 0;
|
||||
}
|
||||
Reference in New Issue
Block a user