mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-25 14:36:15 -04:00
wip
This commit is contained in:
parent
b49abf9904
commit
2c75005127
9 changed files with 103 additions and 36 deletions
|
@ -61,11 +61,12 @@ body {
|
|||
color: white;
|
||||
transition: color 0.3s;
|
||||
|
||||
&.active {
|
||||
&.active .score{
|
||||
color: gold;
|
||||
transition: color 0.01s;
|
||||
}
|
||||
|
||||
|
||||
span {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
|
||||
|
@ -403,7 +404,7 @@ h2.histogram-title strong {
|
|||
|
||||
&.free {
|
||||
background: #fff;
|
||||
opacity: 0.1;
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
||||
&.banned {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue