remove window type

This commit is contained in:
buzz-lightsnack-2007 2024-04-28 22:05:30 +08:00
parent 0a79f64528
commit 181df98a98
2 changed files with 1 additions and 6 deletions

View file

@ -3,7 +3,6 @@
}
#score {
background-color: #88888888;
height: 2px;
@ -11,8 +10,4 @@
#score::-webkit-progress-value {
background-color: #ffF;
}
body[role="window"] {
width: 250pt;
}