bugfixes:

- now initializing signals before setting aspects
- fixed css for HL2
This commit is contained in:
Stephan Richter
2021-01-01 18:18:37 +01:00
parent e50bc039cd
commit 0b3ae425c0
8 changed files with 57 additions and 10 deletions

View File

@@ -194,10 +194,11 @@ h2{
.signal.red .sig_a{
fill: red;
}
.signal.HL2 .sig_a,
.signal.green .sig_a{
fill: lime;
}
.signal.HL2 .sig_a{
.signal.HL2 .sig_b{
fill: yellow;
}