This commit is contained in:
2026-07-20 16:31:01 +02:00
parent 1047e839f5
commit bb7bef18d9
2 changed files with 5 additions and 4 deletions
@@ -32,7 +32,6 @@
color: var(--text-h); color: var(--text-h);
margin: 0 0 10px; margin: 0 0 10px;
text-align: left; text-align: left;
} }
&__meta { &__meta {
@@ -54,7 +53,7 @@
border-radius: 999px; border-radius: 999px;
&::before { &::before {
content: ''; content: "";
width: 6px; width: 6px;
height: 6px; height: 6px;
border-radius: 50%; border-radius: 50%;
+3 -1
View File
@@ -5,7 +5,9 @@
border-radius: 6px; border-radius: 6px;
border: 1px solid transparent; border: 1px solid transparent;
cursor: pointer; cursor: pointer;
transition: box-shadow 0.2s, opacity 0.2s; transition:
box-shadow 0.2s,
opacity 0.2s;
&:hover { &:hover {
opacity: 0.85; opacity: 0.85;