telegram
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2024-10-26 19:01:40 +03:00
parent ea0d791657
commit a7b7a5c797
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -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;