Change message stroke width to be smaller

This commit is contained in:
Christian Bundy 2019-06-30 13:08:53 -07:00
parent a7cd6e1533
commit 888d0152d6
No known key found for this signature in database
GPG Key ID: EB541AAEF4366237
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
--red: hsl(330, 75%, 50%);
--secondary: hsl(240, 8%, 38%);
--thin-stroke: 1px;
--medium-stroke: 3px;
--heavy-stroke: 6px;
}
html {
@ -46,7 +47,7 @@ pre {
}
.message.thread-target {
box-shadow: 0 0 0 var(--heavy-stroke) var(--highlight-shadow);
box-shadow: 0 0 0 var(--medium-stroke) var(--highlight-shadow);
border-color: var(--highlight);
}