18 lines
382 B
CSS
18 lines
382 B
CSS
h1 {
|
|
text-align: center
|
|
}
|
|
summary {
|
|
text-align: center;
|
|
}
|
|
#search-container hr {
|
|
margin-top: 10px;
|
|
margin-bottom: 20px;
|
|
}
|
|
svg:is(.mode-sunny, .mode-moon) :is(line, circle),
|
|
svg:-webkit-any(.mode-sunny, .mode-moon) :-webkit-any(line, circle),
|
|
svg:-moz-any(.mode-sunny, .mode-moon) :-moz-any(line, circles) {
|
|
stroke-linecap: round;
|
|
stroke-miterlimit: 10;
|
|
stroke-width: 32px;
|
|
}
|