1
0
This commit is contained in:
syui 2024-03-21 02:49:33 +09:00
parent e2353dce75
commit a11f23cb7d
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

22
dist/css/style.css vendored
View File

@ -19,6 +19,24 @@ progress {
background-color: #4682b4;
}
::-moz-progress-bar {
border-radius: 0px;
background-color: #e6e6fa;
}
::-moz-progress-value {
background-color: #4682b4;
}
::-ms-progress-bar {
border-radius: 0px;
background-color: #e6e6fa;
}
::-ms-progress-value {
background-color: #4682b4;
}
div#menu {
padding: 20px;
border-bottom:solid 1px #ccc;
@ -60,7 +78,5 @@ footer {
}
@media screen and (max-width:1000px) {
footer {
font-size: 30px;
}
}