Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Negabinary committed May 22, 2024
1 parent 7d3ff12 commit f99a8cb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/haz3lweb/www/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,7 @@ select {

.code-container {
position: relative;
flex-grow:1;
}

.code {
Expand Down Expand Up @@ -2360,7 +2361,7 @@ svg.expandable path {
min-width: 7.5in;
width: 7.5in;
}

.slide h1 {
margin-top: 0;
}
Expand All @@ -2373,6 +2374,10 @@ svg.expandable path {
fill: #8aeda6;
}

.tile-taken-step .tile-path.Exp.indicated {
fill: #ddcda3;
}

svg.tile-next-step {
pointer-events: all;
cursor: pointer;
Expand Down

0 comments on commit f99a8cb

Please sign in to comment.