This commit is contained in:
parent
ea0d791657
commit
a7b7a5c797
@ -1,6 +1,6 @@
|
||||
@use "./base.scss";
|
||||
|
||||
a[href^=http]:not([href*=garden\.struchkov\.dev]):after {
|
||||
a[href^=http]:not([href*=garden\.struchkov\.dev]):not([href*=t\.me\/struchkov_dev]):after {
|
||||
content: " ↗"
|
||||
}
|
||||
|
||||
@ -103,10 +103,8 @@ input[type="checkbox"] {
|
||||
}
|
||||
|
||||
.notice {
|
||||
border-radius: 8px;
|
||||
align-items: flex-start;
|
||||
border-radius: 8px;
|
||||
border-radius: var(--default-border-radius);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
|
Loading…
Reference in New Issue
Block a user