cssの最適化2

This commit is contained in:
moris 2025-03-10 09:42:23 +09:00
parent 1edc3a6d16
commit ee887860d7
5 changed files with 64 additions and 69 deletions

View file

@ -55,16 +55,14 @@
border-radius: 12px 12px 0 0;
background-color: var(--head-color);
border-bottom: solid var(--divider-color) 1px;
& >* {
all: unset;
width: 12px;
height: 12px;
margin: 8px 4px;
border-radius: 50%;
background-color: gray;
cursor: pointer;
}
}
button {
all: unset;
width: 12px;
height: 12px;
margin: 8px 4px;
border-radius: 50%;
cursor: pointer;
}
.code {