Skip to content

Commit

Permalink
Update in CSS to fix default darkmode/blackbody
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-vsarvepalli committed Apr 16, 2024
1 parent 5350425 commit e8aa8ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/ssvc-calc/css.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,15 @@ span.bold {
text-decoration: none;
color: #fefefe;
}
.blackbody .top_fixed {
background-color: rgba(0,0,0,0.9);
}
.top_fixed {
display:none;
position:fixed;
top:10px;
z-index: 1051;
background-color: rgba(0,0,0,0.9);
background-color: #f8f8ff;
height: 100%;
width:75%;
padding:12px;
Expand Down

0 comments on commit e8aa8ce

Please sign in to comment.